From 198633167822d6f96f43da273515a78df4dab2df Mon Sep 17 00:00:00 2001 From: ale Date: Thu, 30 Aug 2018 17:56:57 +0100 Subject: Improve install instructions a bit more --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8f505..58403ab 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,13 @@ interrupted and restarted without issues. # Installation -You can install this package simply by running: +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 +This should install the *crawl* binary in your $GOPATH/bin directory. + # Usage Just run *crawl* by passing the URLs of the websites you want to crawl -- cgit v1.2.3-54-g00ecf