mirror of https://github.com/gophish/gophish
Bumped required Go version to 1.8
parent
2131c17c33
commit
535fbf487b
|
@ -2,7 +2,6 @@ language: go
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.7
|
|
||||||
- 1.8
|
- 1.8
|
||||||
- 1.9
|
- 1.9
|
||||||
- tip
|
- tip
|
||||||
|
|
|
@ -14,7 +14,7 @@ Gophish: Open-Source Phishing Toolkit
|
||||||
Installation of Gophish is dead-simple - just download and extract the zip containing the [release for your system](https://github.com/gophish/gophish/releases/), and run the binary. Gophish has binary releases for Windows, Mac, and Linux platforms.
|
Installation of Gophish is dead-simple - just download and extract the zip containing the [release for your system](https://github.com/gophish/gophish/releases/), and run the binary. Gophish has binary releases for Windows, Mac, and Linux platforms.
|
||||||
|
|
||||||
### Building From Source
|
### Building From Source
|
||||||
**If you are building from source, please note that Gophish requires Go v1.5 or above!**
|
**If you are building from source, please note that Gophish requires Go v1.8 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 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue