Skip to content

Commit

Permalink
Fix linux install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
akupila committed May 18, 2018
1 parent 271b264 commit 74cdb6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ $ brew install gitprompt
$ curl -sfL https://install.goreleaser.com/github.com/akupila/gitprompt.sh | bash -s -- -b /usr/local/bin
```

Feel free to change the path from `/usr/local/bin`, just make sure `gitprompt`
is available on your `$PATH` (check with `gitprompt -version`).

##### Linux

```
$ curl -sfL https://install.goreleaser.com/github.com/akupila/gitprompt.sh | bash -s -- -b /tmp && sudo install /tmp/gitprompt /usr/local/bin
$ curl -sfL https://install.goreleaser.com/github.com/akupila/gitprompt.sh | sudo bash -s -- -b /usr/local/bin
```

Feel free to change the path from `/usr/local/bin`, just make sure `gitprompt`
is available on your `$PATH` (check with `gitprompt -version`).

#### Build from source

Install the go toolchain: https://golang.org/doc/install
Expand Down

0 comments on commit 74cdb6c

Please sign in to comment.