From 655f2649b323980331b3854052ba4490578ed123 Mon Sep 17 00:00:00 2001 From: Jing Wang Date: Tue, 3 Nov 2020 15:24:08 +0000 Subject: [PATCH] Agent: README updates for build on ppc64le README updates for agent build on ppc64le Fixes: #1069 Signed-off-by: Jing Wang --- src/agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/README.md b/src/agent/README.md index 0e8b2d4d9..1c5d2f3bf 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 uses glibc for ppc64le. +> **Note:** skip this step for ppc64le, the build scripts explicitly use glibc for ppc64le. ```bash $ arch=$(uname -m)