From 099297a8682f9e7bff65c7873a321e924c984215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=BE=AE?= <1067852565@qq.com> Date: Tue, 23 Jan 2024 15:08:59 +0000 Subject: [PATCH] Update README.md --- src/1-helloworld/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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