Skip to content

Commit

Permalink
Fix src path for manual installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav committed Mar 23, 2017
1 parent 588448d commit 7eea5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Shorten lets you create, view, and manage shortened URLs. All pages are hosted w
- Or install directly via source:

```sh
$ git clone https://github.com/kshvmdn/shorten.git $GOPATH/src/kshvmdn/shorten
$ git clone https://github.com/kshvmdn/shorten.git $GOPATH/src/github.com/kshvmdn/shorten
$ cd $_
$ make install && make
$ ./shorten --help
Expand Down

0 comments on commit 7eea5d5

Please sign in to comment.