From c1052c3d3e3f16987a32434e1577e8176f108c3f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 19 Nov 2009 11:03:47 -0800 Subject: [PATCH] Touch up the main README --- README.markdown | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index be93d85f..0b04d84f 100644 --- a/README.markdown +++ b/README.markdown @@ -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] - [Blueprint][blueprint_website] - [Wiki Documentation][bleuprint_wiki] -- [YUI][yui_website] - [Wiki Documentation][yui_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. - 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]. 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 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 [merb_wiki]: http://wiki.github.com/chriseppstein/compass/merb-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" [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 \ No newline at end of file