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/).