From 8098ea0f3397d5db00e4852b1b29d0958f2189c6 Mon Sep 17 00:00:00 2001 From: Shiyu Sun Date: Tue, 19 Nov 2019 18:24:33 +1100 Subject: docs: update syscall_descriptions.md and contributing.md Add suggestions for running make install_prerequisites. --- docs/contributing.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/contributing.md') diff --git a/docs/contributing.md b/docs/contributing.md index 91058be8b..c5122106d 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -77,6 +77,7 @@ or `make format`, you may be using Go 1.10 or older. In such case update to Go 1 - First, you need an own git fork of syzkaller repository. Nagivate to [github.com/google/syzkaller](https://github.com/google/syzkaller) and press `Fork` button in the top-right corner of the page. This will create `https://github.com/YOUR_GITHUB_USERNAME/syzkaller` repository. - Checkout main syzkaller repository if you have not already. To work with `go` command the checkout must be under `$GOPATH`. The simplest way to do it is to run `go get github.com/google/syzkaller`, this will checkout the repository in `$GOPATH/src/github.com/google/syzkaller`. +- Remember to `export PATH=$GOPATH/bin:$PATH` if you have not already. - Then add your repository as an additional origin: ```shell -- cgit mrf-deployment