From 8da3e519da072faa893905942b8e6ab2f67abd35 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 25 Feb 2020 14:42:56 +0100 Subject: Update contributing.md --- docs/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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`: -- cgit mrf-deployment