Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created August 5, 2013 13:01
Show Gist options
  • Save TiuTalk/6155762 to your computer and use it in GitHub Desktop.
Save TiuTalk/6155762 to your computer and use it in GitHub Desktop.
# Instala os pacotes definidos no bower.json do seu projeto
bower install
# Instala um pacote específico
bower install <package>
# Instala uma versão (git tag) de um pacote
bower install <package>#<version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment