diff --git a/src/agent/README.md b/src/agent/README.md index 1c5d2f3bfc..5bea6b10ea 100644 --- a/src/agent/README.md +++ b/src/agent/README.md @@ -41,7 +41,7 @@ After that, we drafted the initial code here, and any contributions are welcome. ### Build from Source The rust-agent needs to be built statically and linked with `musl` -> **Note:** skip this step for ppc64le, the build scripts explicitly use glibc for ppc64le. +> **Note:** skip this step for ppc64le, the build scripts explicitly use gnu for ppc64le. ```bash $ arch=$(uname -m)