Skip to content

Commit

Permalink
Tweak the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitaker committed May 29, 2012
1 parent 548abfc commit 9809dc8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -10,13 +10,14 @@ For additional usage instructions, run `gibo` without arguments.

## Installation

`gibo` is easily installed as a standalone script:
Just download `gibo` and put it somewhere on your $PATH. Then:

$ curl http://git.io/gibo -sLo ~/bin/gibo && chmod +x ~/bin/gibo
chmod +x /path/to/gibo # Make gibo executable
gibo -u # Initialise gibo

Assuming "~/bin/" is in your $PATH, you're ready to roll:
You can automate this with the following one-liner (assuming /usr/local/bin is on your $PATH).

$ gibo --list # will initialize gibo for you
curl http://git.io/gibo -sLo /usr/local/bin/gibo && chmod +x /usr/local/bin/gibo && gibo -u

This comment has been minimized.

Copy link
@yevgenko

yevgenko May 30, 2012

Contributor

Isn't using the ~/bin is a better practice? :)
Also /usr/local/bin usually require super user permissions, i.e. sudo prefix


## Tab completion in bash and zsh

Expand Down

0 comments on commit 9809dc8

Please sign in to comment.