diff --git a/src/agent/README.md b/src/agent/README.md index 5bea6b10ea..cc47453bcc 100644 --- a/src/agent/README.md +++ b/src/agent/README.md @@ -49,6 +49,11 @@ $ rustup target add "${arch}-unknown-linux-musl" $ sudo ln -s /usr/bin/g++ /bin/musl-g++ ``` +ppc64le-only: Manually install `protoc`, e.g. +```bash +$ sudo dnf install protobuf-compiler +``` + Download the source files in the Kata containers repository and build the agent: ```bash $ GOPATH="${GOPATH:-$HOME/go}"