Skip to content

Commit

Permalink
add straightforward installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenko committed May 29, 2012
1 parent a44d651 commit 453c8b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,13 @@ For additional usage instructions, run `gibo` without arguments.

## Installation

Copy or symlink `gibo` into your $PATH. Done.
`gibo` is easily installed as a standalone script:

$ curl http://git.io/gibo -sLo ~/bin/gibo && chmod +x ~/bin/gibo

Assuming "~/bin/" is in your $PATH, you're ready to roll:

$ gibo --list # will initialize ~/.gitignore-boilerplates for you

## Tab completion in bash and zsh

Expand Down

0 comments on commit 453c8b2

Please sign in to comment.