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}"