Touch up the main README
This commit is contained in:
parent
04f14eb514
commit
c1052c3d3e
@ -3,8 +3,9 @@ A [Sass][sass]-based CSS Meta-Framework that allows you to mix and match any of
|
|||||||
|
|
||||||
- [Compass Core][compass_core_website] - [Wiki Documentation][compass_core_wiki]
|
- [Compass Core][compass_core_website] - [Wiki Documentation][compass_core_wiki]
|
||||||
- [Blueprint][blueprint_website] - [Wiki Documentation][bleuprint_wiki]
|
- [Blueprint][blueprint_website] - [Wiki Documentation][bleuprint_wiki]
|
||||||
- [YUI][yui_website] - [Wiki Documentation][yui_wiki]
|
|
||||||
- [960][ninesixty_website] - [Wiki Documentation][ninesixty_wiki]
|
- [960][ninesixty_website] - [Wiki Documentation][ninesixty_wiki]
|
||||||
|
- [Susy][susy_website] - [Wiki Documentation][susy_wiki]
|
||||||
|
- [YUI][yui_website] - [Wiki Documentation][yui_wiki]
|
||||||
- New frameworks and extensions are [tracked on the wiki][plugins_wiki] as they are created.
|
- New frameworks and extensions are [tracked on the wiki][plugins_wiki] as they are created.
|
||||||
- Other frameworks can be added relatively easily. Create your own!
|
- Other frameworks can be added relatively easily. Create your own!
|
||||||
|
|
||||||
@ -14,6 +15,13 @@ A [Sass][sass]-based CSS Meta-Framework that allows you to mix and match any of
|
|||||||
2. Simple integration with [Ruby-on-Rails][ruby_on_rails_wiki], [Merb][merb_wiki], [StaticMatic][static_matic_wiki], and even [non-ruby application servers][command_line_wiki].
|
2. Simple integration with [Ruby-on-Rails][ruby_on_rails_wiki], [Merb][merb_wiki], [StaticMatic][static_matic_wiki], and even [non-ruby application servers][command_line_wiki].
|
||||||
3. Loads of Sass mixins to make building your website a snap.
|
3. Loads of Sass mixins to make building your website a snap.
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
$ (sudo) gem install compass
|
||||||
|
$ compass create my_compass_project --using blueprint
|
||||||
|
$ cd my_compass_project
|
||||||
|
$ compass watch
|
||||||
|
|
||||||
## More Information
|
## More Information
|
||||||
Please see the [wiki][wiki]
|
Please see the [wiki][wiki]
|
||||||
|
|
||||||
@ -41,6 +49,8 @@ Released under a [slightly modified MIT License][license].
|
|||||||
[ruby_on_rails_wiki]: http://wiki.github.com/chriseppstein/compass/ruby-on-rails-integration
|
[ruby_on_rails_wiki]: http://wiki.github.com/chriseppstein/compass/ruby-on-rails-integration
|
||||||
[merb_wiki]: http://wiki.github.com/chriseppstein/compass/merb-integration
|
[merb_wiki]: http://wiki.github.com/chriseppstein/compass/merb-integration
|
||||||
[static_matic_wiki]: http://wiki.github.com/chriseppstein/compass/staticmatic-integration
|
[static_matic_wiki]: http://wiki.github.com/chriseppstein/compass/staticmatic-integration
|
||||||
[chris_eppstein]: http://acts-as-architect.blogspot.com
|
[chris_eppstein]: http://chriseppstein.github.com
|
||||||
[caring.com]: http://www.caring.com/ "Senior Care Resources"
|
[caring.com]: http://www.caring.com/ "Senior Care Resources"
|
||||||
[license]: http://github.com/chriseppstein/compass/tree/master/LICENSE.markdown
|
[license]: http://github.com/chriseppstein/compass/tree/master/LICENSE.markdown
|
||||||
|
[susy_website]: http://www.oddbird.net/susy/
|
||||||
|
[susy_wiki]: http://github.com/chriseppstein/compass/wikis/susy-documentation
|
Loading…
Reference in New Issue
Block a user