diff options
author | Robert Massaioli | 2019-06-25 14:10:11 +1000 |
---|---|---|
committer | GitHub | 2019-06-25 14:10:11 +1000 |
commit | 37c972e3d4014e1406ed7d015b38502fce972fe1 (patch) | |
tree | 016c18ee4c4d1a36baa3199e15c66fade6124dfb | |
parent | 00a40c307cd82dfda2cbd679252699fd505fc516 (diff) | |
download | git-checkout-history-37c972e3d4014e1406ed7d015b38502fce972fe1.tar.bz2 |
Fix readme for go get git-checkout-history
This is what I needed to do in order to checkout this repository locally.
I also used nix-shell, so I set my GOPATH to ~/go from inside the nix-shell environment.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Visit the [releases](https://github.com/teddywing/git-checkout-history/releases) ### Installing From Source Run these commands to build `git-checkout-history` and `git-checkout-store`: - $ go get github.com/teddywing/git-checkout-history + $ go get github.com/teddywing/git-checkout-history/... $ go install github.com/teddywing/git-checkout-history/git-checkout-history $ go install github.com/teddywing/git-checkout-history/git-checkout-store |