mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-07 12:24:58 +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:
@@ -86,7 +86,7 @@ eunomia-bpf 是一个结合 Wasm 的开源 eBPF 动态加载运行时和开发
|
||||
编译运行上述代码:
|
||||
|
||||
```console
|
||||
$ ecc bashreadline.bpf.c bashreadline.h
|
||||
$ ecc bashreadline.bpf.c
|
||||
Compiling bpf object...
|
||||
Packing ebpf object and config into package.json...
|
||||
$ sudo ecli run package.json
|
||||
|
||||
Reference in New Issue
Block a user