aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorale <ale@incal.net>2018-08-30 15:10:24 +0100
committerale <ale@incal.net>2018-08-30 15:10:24 +0100
commitd434efe88d1257efaeabba08ed7996d48bbdb341 (patch)
treeec8691e5d12ddfc1071a0afa60b010082cb88504
parentdf800e154f3265f43a3758ac5071caba026ae585 (diff)
downloadcrawl-d434efe88d1257efaeabba08ed7996d48bbdb341.tar.gz
crawl-d434efe88d1257efaeabba08ed7996d48bbdb341.zip
Update installation instructions
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 39b0cea..2a8f505 100644
--- a/README.md
+++ b/README.md
@@ -11,10 +11,9 @@ interrupted and restarted without issues.
# Installation
-From this source directory (checked out in the correct place in your
-GOPATH), run:
+You can install this package simply by running:
- $ go install cmd/crawl
+ $ go install git.autistici.org/ale/crawl/cmd/crawl
# Usage