-
-
Save jbutko/5698226 to your computer and use it in GitHub Desktop.
SASS: Installing SASS
This file contains hidden or 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
/* Start cmd */ | |
cd.. /*az na C: */ | |
cd ruby200 /* alebo na adresar kde je nainstalovane ruby DL: http://rubyinstaller.org/ */ | |
cd bin | |
gem install sass | |
gem install compass | |
/* ak treba, pridat pred prikazy sudo */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment