README.mkdn in foundation-sass-2.1 vs README.mkdn in foundation-sass-2.1.1
- old
+ new
@@ -1,65 +1,53 @@
-Sass Foundation
-=====================
+Foundation SASS
+===============
-To create your first project, navigate to the foundation-sass folder in terminal and install the gem. You'll also need to make sure Compass is installed.
-
+To create your first project, you'll need to have foundation-sass installed. Foundation SASS will also install the dependencies it needs to work properly.
+
+To install from Ruby Gems
+-------------------------
+
In Terminal:
-* sudo gem install compass
-Next you'll create your first project.
+* `sudo gem install foundation-sass`
+To install locally
+------------------
+
In Terminal:
-* cd path/to/where-you-want-new-project
-* compass create my_project -r foundation-sass --using foundation-sass --force
+
+* `git clone git://github.com/zurb/foundation-sass.git`
+* `cd foundation-sass`
+* `sudo gem build foundation-sass.gemspec`
+* `sudo gem install foundation-sass-2.1.gem`
+
+To create your first project
+----------------------------
+
+* `cd path/to/where-you-want-new-project`
+* .scss syntax: `compass create my_project -r foundation-sass --using foundation-sass --force`
+* .sass syntax: `compass create my_project -r foundation-sass --using foundation-sass --syntax sass --force`
Now you should have a new project folder created with the foundation file structure, but with the awesome advantages of having all the css pre-processed with Sass.
-===============================
Welcome to Foundation
=====================
Foundation is a rock-solid, responsive framework for rapidly prototyping and iterating into production code. It includes a 12-column, future-friendly grid and tons of great tools and elements that'll get you up and running in no time. Clone the repo to get the marketing site, docs, and base source. You can also visit http://foundation.zurb.com to download just the base source as a starting boilerplate.
Homepage: http://foundation.zurb.com
Documentation: http://foundation.zurb.com/docs
Download: http://foundation.zurb.com/files/foundation-download.zip
-Foundation is MIT-licensed and absolutely free to use. Foundation wouldn't be possible without the support of the entire ZURB team, our friends and colleagues who gave feedback, and some luminaries who did some heavy lifting that we took advantage of (thanks guys).
-Repo Contents
-=============
-
-* README
-* IMAGES - Base images for Orbit and some standard elements
-* INCLUDES - Header and footer (currently PHP)
-* index.php
-* JAVASCRIPTS - jQuery, app.js placeholder, placeholder
-* MARKETING - the entire marketing site (foundation.zurb.com)
-* robots.txt - Boilerplate robots file
-* STYLESHEETS - the Foundation stylesheets
-
ZURB
====
Foundation was made by [ZURB](http://www.zurb.com), an interaction design and design strategy firm in Campbell, CA.
If Foundation knocks your socks off the way we hope it does and you want more, why not check out [our jobs](http://www.zurb.com/talent/jobs)?
-Community
-=========
-
-Many thanks to all the people working on implementations of Foundation for their favorite framework. If want to get on this list send an email to foundation@zurb.com.
-
-WordPress
-
-* [Starter Theme](https://github.com/drewsymo/Foundation) by Drew Morris
-* [Optional install for roots](https://github.com/retlehs/roots) by Corey Wagehoft
-
-.NET
-
-* [NuGet Package for ASP.Net MVC](http://nuget.org/List/Packages/Zurb_Foundation_MPC3) by Edward Charbeneau
MIT Open Source License
=======================
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
\ No newline at end of file