aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorale <ale@incal.net>2019-12-04 14:31:09 +0000
committerale <ale@incal.net>2019-12-04 14:31:09 +0000
commitfec78595f9986cb908ef1ff61cfb3a5828986456 (patch)
tree42a3ace88b8cd4b15d3c7786479ba6126ab0fec3
parent2c9f8b070374c2a09740008740989ec7f0c64808 (diff)
downloadcrawl-fec78595f9986cb908ef1ff61cfb3a5828986456.tar.gz
crawl-fec78595f9986cb908ef1ff61cfb3a5828986456.zip
Fix installation instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e927417..bcf1bba 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ interrupted and restarted without issues.
Assuming you have a proper [Go](https://golang.org/) environment setup,
you can install this package by running:
- $ go install git.autistici.org/ale/crawl/cmd/crawl
+ $ go get git.autistici.org/ale/crawl/cmd/crawl
This should install the *crawl* binary in your $GOPATH/bin directory.