Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 763 Bytes

install.md

File metadata and controls

27 lines (18 loc) · 763 Bytes

How to install NoVerify

First you will need the Go toolchain (https://golang.org/).

Once Go installed, do the following command:

$ go get -u github.com/setpill/noverify

This command installs noverify into $GOPATH/bin/noverify (which expands into $HOME/go/bin/noverify by default).

Alternatively, you can build noverify with version info:

mkdir -p $GOPATH/github.com/setpill
git clone https://github.com/setpill/noverify.git $GOPATH/github.com/VKCOM

cd $GOPATH/src/github.com/setpill/noverify
make install

Next steps