Update README.md

Updated installation command
pull/2301/head
Glenn Wilkinson 2022-08-25 15:28:54 +02:00 committed by GitHub
parent 32c0502999
commit 34f7457294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Installation of Gophish is dead-simple - just download and extract the zip conta
### Building From Source ### Building From Source
**If you are building from source, please note that Gophish requires Go v1.10 or above!** **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 ### Docker
You can also use Gophish via the official Docker container [here](https://hub.docker.com/r/gophish/gophish/). You can also use Gophish via the official Docker container [here](https://hub.docker.com/r/gophish/gophish/).