diff options
author | ale <ale@incal.net> | 2018-08-30 17:56:57 +0100 |
---|---|---|
committer | ale <ale@incal.net> | 2018-08-30 17:56:57 +0100 |
commit | 198633167822d6f96f43da273515a78df4dab2df (patch) | |
tree | 9858b01331dbeb450a4aaed454cc749b9e3c75d5 | |
parent | d434efe88d1257efaeabba08ed7996d48bbdb341 (diff) | |
download | crawl-198633167822d6f96f43da273515a78df4dab2df.tar.gz crawl-198633167822d6f96f43da273515a78df4dab2df.zip |
Improve install instructions a bit more
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |