lizrice / learning-ebpf

Learning eBPF, published by O'Reilly - out now! Here's where you'll find a VM config for the examples, and more
https://www.amazon.com/Learning-eBPF-Programming-Observability-Networking/dp/1098135121
Apache License 2.0
1.19k stars 255 forks source link

Update README.md #4

Closed lkysow closed 1 year ago

lkysow commented 1 year ago

That command might not be needed?

git submodule add https://github.com/libbpf/libbpf
fatal: 'libbpf' already exists in the index

Signed-off-by: Luke Kysow 1034429+lkysow@users.noreply.github.com

lizrice commented 1 year ago

Thanks! I believe I have now addressed this in a different way, by suggesting git clone --recurse-submodules but I am grateful that you pointed this out