Skip to content

Instantly share code, notes, and snippets.

@jasisk
Created July 15, 2011 18:51
Show Gist options
  • Save jasisk/1085276 to your computer and use it in GitHub Desktop.
Save jasisk/1085276 to your computer and use it in GitHub Desktop.
Steps to install Stylus (CSS Preprocessor) in home directory
curl http://nodejs.org/dist/node-v0.4.9.tar.gz | tar xz
cd node-v0.4.9/
./configure --prefix=~/local
mkdir ~/local
echo 'export PATH=$HOME/local/bin:$PATH' >> ~/.bashrc
. ~/.bashrc
make install
curl http://npmjs.org/install.sh | sh
npm-g install stylus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment