Add note about PATH/GOPATH
This commit is contained in:
parent
b36956c7a4
commit
b2f50efa2a
@ -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.
|
[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
|
### Gentoo
|
||||||
|
|
||||||
# emerge app-emulation/qemu app-emulation/docker dev-lang/go
|
# emerge app-emulation/qemu app-emulation/docker dev-lang/go
|
||||||
|
Loading…
Reference in New Issue
Block a user