diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2020-02-25 14:42:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-25 14:42:56 +0100 |
| commit | 8da3e519da072faa893905942b8e6ab2f67abd35 (patch) | |
| tree | 8fb42db697749f2bd0cbdbdfa036da0c8a904148 /docs | |
| parent | 3ab0a8d9ef76f24f1cf15a3166ec3e20d26331e4 (diff) | |
Update contributing.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.md | 4 |
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`: |
