To install SASS in ubuntu 14.04 initially ruby has to be installed in your computer.If you don't have ruby installed in your PC install it using the below code.
sudo apt-get install ruby-full
If you have ruby installed previously skip the above step.
Now to install SASS follow the command given below.
sudo su -c "gem install sass"
Now you have successfully installed SASS in your PC. Enjoy Coding.
No comments:
Post a Comment