small things

This commit is contained in:
Fancy Zhang
2022-12-30 21:40:53 +08:00
parent 096af74237
commit f88748bd28
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
build*
.cache
.directory
.clangd
v2ray_config/proxy

View File

@@ -65,7 +65,7 @@ Main feature:
### build
- before build, install depencies: clang(if to build bpf obj from scratch), nlohmann-json, libbpf
- before build, install depencies: clang, nlohmann-json, libbpf, bpf(bpftool)
- then cmake standard build
```bash