From fec78595f9986cb908ef1ff61cfb3a5828986456 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Wed, 4 Dec 2019 14:31:09 +0000
Subject: [PATCH] Fix installation instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
-- 
GitLab