mirror of https://github.com/gophish/gophish
parent
32c0502999
commit
34f7457294
|
@ -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/).
|
||||
|
|
Loading…
Reference in New Issue