Skip to content

Installation

Artemy Beliankin edited this page Apr 14, 2021 · 3 revisions

Requirements

Installing

If requirements are installed, do the following command

$ go get -u github.com/lartie/insecticide/...

Then insecticide binary will be able in $GOPATH/bin/insecticide

Note! You may need to update your $PATH variable

$ export PATH=$PATH:$(go env GOPATH)/bin

Clone this wiki locally