mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-04 10:44:14 +08:00
fix the parameters (#21)
* fix some pages not found in the README.md * fix some command parameters not right in Readme.md
This commit is contained in:
@@ -106,7 +106,7 @@ int handle_tp(void *ctx)
|
||||
要编译和运行这段程序,可以使用 ecc 工具和 ecli 命令。首先使用 ecc 编译程序:
|
||||
|
||||
```console
|
||||
$ ecc hello.bpf.c
|
||||
$ ecc minimal.bpf.c
|
||||
Compiling bpf object...
|
||||
Packing ebpf object and config into package.json...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user