-
-
Notifications
You must be signed in to change notification settings - Fork 951
0. Installation Guide
six2dez edited this page Apr 17, 2021
·
6 revisions
- reconFTW requires go1.14+ to install successfully.
Installer provided should installs Golang in your system.
▶ wget https://golang.org/dl/go1.15.10.linux-amd64.tar.gz
▶ tar -C /usr/local -xzf go1.15.10.linux-amd64.tar.gz
Add the following lines in your .bashrc
, .zshrc
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
▶ git clone https://github.com/six2dez/reconftw.git
▶ cd reconftw/
▶ ./install.sh