aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-02-25 14:42:56 +0100
committerGitHub <noreply@github.com>2020-02-25 14:42:56 +0100
commit8da3e519da072faa893905942b8e6ab2f67abd35 (patch)
tree8fb42db697749f2bd0cbdbdfa036da0c8a904148 /docs
parent3ab0a8d9ef76f24f1cf15a3166ec3e20d26331e4 (diff)
Update contributing.md
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`: