Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created July 23, 2010 06:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjack/96f82fbef21f189bb7a4 to your computer and use it in GitHub Desktop.
Save tomjack/96f82fbef21f189bb7a4 to your computer and use it in GitHub Desktop.
mkdir -p ~/bin
export PATH=~/bin:$PATH
wget -O ~/bin/lein http://github.com/technomancy/leiningen/raw/stable/bin/lein
chmod u+x ~/bin/lein
lein self-install
lein new fooproject
cd fooproject
lein deps
lein repl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment