From 34f74572949271cc15ba1fbce33d4f1c0153827b Mon Sep 17 00:00:00 2001 From: Glenn Wilkinson Date: Thu, 25 Aug 2022 15:28:54 +0200 Subject: [PATCH] Update README.md Updated installation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb9f153..4ce2895d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation of Gophish is dead-simple - just download and extract the zip conta ### Building From Source **If you are building from source, please note that Gophish requires Go v1.10 or above!** -To build Gophish from source, simply run ```go get github.com/gophish/gophish``` and ```cd``` into the project source directory. Then, run ```go build```. After this, you should have a binary called ```gophish``` in the current directory. +To build Gophish from source, simply run ```go install github.com/gophish/gophish@latest``` and ```cd``` into the project source directory. Then, run ```go build```. After this, you should have a binary called ```gophish``` in the current directory. ### Docker You can also use Gophish via the official Docker container [here](https://hub.docker.com/r/gophish/gophish/).