diff --git a/src/1-helloworld/README.md b/src/1-helloworld/README.md index 2eea81d7..00fe1c77 100644 --- a/src/1-helloworld/README.md +++ b/src/1-helloworld/README.md @@ -56,11 +56,10 @@ $ wget https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc & $ ./ecc -h eunomia-bpf compiler Usage: ecc [OPTIONS] [EXPORT_EVENT_HEADER] -.... - -注:假如在aarch64平台上,请使用链接 https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc-aarch64 ``` +注:假如在 aarch64 平台上,请从 release 下载 [ecc-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc-aarch64) 和 [ecli-aarch64](https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecli-aarch64). + 也可以使用 docker 镜像进行编译: ```console