aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index c11779722..11457eda3 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -58,8 +58,8 @@ mv go goroot
mkdir gopath
export GOPATH=`pwd`/gopath
export GOROOT=`pwd`/goroot
-export PATH=`pwd`/goroot/bin:$PATH
-export PATH=`pwd`/gopath/bin:$PATH
+export PATH=$GOPATH/bin:$PATH
+export PATH=$GOROOT/bin:$PATH
```
Then get and build `syzkaller`: