Skip to content

Instantly share code, notes, and snippets.

@cnunciato
Created October 16, 2012 16:50
Show Gist options
  • Save cnunciato/3900500 to your computer and use it in GitHub Desktop.
Save cnunciato/3900500 to your computer and use it in GitHub Desktop.
Get Bootstrap
curl -O http://twitter.github.com/bootstrap/assets/bootstrap.zip
unzip bootstrap.zip
cp -R bootstrap/* .
rm -rf bootstrap*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment