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:
TenT
2023-04-07 11:02:24 +08:00
committed by GitHub
parent 70cdab3416
commit fcad798022
5 changed files with 5 additions and 5 deletions

View File

@@ -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...
```