diff options
author | teddywing | 2019-06-25 10:30:47 +0200 |
---|---|---|
committer | GitHub | 2019-06-25 10:30:47 +0200 |
commit | 5726547d73e6316ee2bcbcd5d3ba975f41df9a03 (patch) | |
tree | 016c18ee4c4d1a36baa3199e15c66fade6124dfb | |
parent | 00a40c307cd82dfda2cbd679252699fd505fc516 (diff) | |
parent | 37c972e3d4014e1406ed7d015b38502fce972fe1 (diff) | |
download | git-checkout-history-5726547d73e6316ee2bcbcd5d3ba975f41df9a03.tar.bz2 |
Fix readme for go get git-checkout-history
-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 |