1
0
Fork 0

Add note about PATH/GOPATH

timestamps
dump_stack() 2018-12-01 18:15:34 +00:00
parent b36956c7a4
commit b2f50efa2a
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ out-of-tree kernel {module, exploit} development tool
[Qemu](https://www.qemu.org), [docker](https://docker.com) and [golang](https://golang.org) is required.
Also do not forget to set GOPATH and PATH e.g.:
$ echo 'export GOPATH=$HOME' >> ~/.bashrc
$ echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc
$ source ~/.bashrc
### Gentoo
# emerge app-emulation/qemu app-emulation/docker dev-lang/go