From d443a94b19986ae9b5ac17e76a02b4eb452ea02b Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 6 May 2020 17:18:35 +0200 Subject: docs/linux: update links to go install --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md') diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index 3ecfa81d4..4ce4aefc2 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -169,8 +169,8 @@ kill $(cat vm.pid) ## syzkaller -Build syzkaller as described [here](/docs/contributing.md#go). Then -create a manager config like the following, replacing the environment +Build syzkaller as described [here](/docs/linux/setup.md#go-and-syzkaller). +Then create a manager config like the following, replacing the environment variables `$GOPATH`, `$KERNEL` and `$IMAGE` with their actual values. ``` -- cgit mrf-deployment