Improve hello world and add template documents (#16)

* rename ecli to ecli run

* improve hello world document

* update template documents

* update bcc link
This commit is contained in:
云微
2023-03-24 02:56:29 +08:00
committed by GitHub
parent 2ec7fd6a11
commit 8a080f4178
14 changed files with 83 additions and 56 deletions

View File

@@ -106,7 +106,7 @@ $ ecc sigsnoop.bpf.c sigsnoop.h
Compiling bpf object...
Generating export types...
Packing ebpf object and config into package.json...
$ sudo ecli package.json
$ sudo ecli run package.json
Runing eBPF program...
```