Created
October 1, 2012 07:40
-
-
Save dmtw/3810134 to your computer and use it in GitHub Desktop.
foundation_zurb_workflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sudo] gem install zurb-foundation | |
Creating Your first project | |
cd path/to/where-you-want-your-project | |
compass create <project-name> -r zurb-foundation --using foundation | |
Upgrading Your Gem | |
To upgrade your gem to the latest public release you just paste this line into your command line. | |
[sudo] gem update zurb-foundation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment