aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Massaioli2019-06-25 14:10:11 +1000
committerGitHub2019-06-25 14:10:11 +1000
commit37c972e3d4014e1406ed7d015b38502fce972fe1 (patch)
tree016c18ee4c4d1a36baa3199e15c66fade6124dfb
parent00a40c307cd82dfda2cbd679252699fd505fc516 (diff)
downloadgit-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab12e0b..5884a51 100644
--- a/README.md
+++ b/README.md
@@ -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