Projects STRLCPY gophish Commits 34f74572
🤬
  • ■ ■ ■ ■
    README.md
    skipped 15 lines
    16 16  ### Building From Source
    17 17  **If you are building from source, please note that Gophish requires Go v1.10 or above!**
    18 18   
    19  -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.
     19 +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.
    20 20   
    21 21  ### Docker
    22 22  You can also use Gophish via the official Docker container [here](https://hub.docker.com/r/gophish/gophish/).
    skipped 45 lines
Please wait...
Page is in error, reload to recover