From e3eff0eb151f089e220032c74a8d667a10c0733c Mon Sep 17 00:00:00 2001 From: LiYa'nan Date: Tue, 27 Oct 2020 01:19:21 +0000 Subject: [PATCH] agent: Update build instructions Fix the instructions explaining how to build the agent from source now that make needs to be run to auto-generate some source files. Fixes: #889. Signed-off-by: LiYa'nan --- src/agent/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agent/README.md b/src/agent/README.md index 5252ce4583..1b50d35f74 100644 --- a/src/agent/README.md +++ b/src/agent/README.md @@ -46,6 +46,7 @@ $ [ "$arch" == "ppc64le" ] && arch=powerpc64le $ rustup target add "${arch}-unknown-linux-musl" $ sudo ln -s /usr/bin/g++ /bin/musl-g++ ``` + Download the source files in the Kata containers repository and build the agent: ```bash $ GOPATH="${GOPATH:-$HOME/go}"