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

Home Page:https://www.amazon.com/Learning-eBPF-Programming-Observability-Networking/dp/1098135121

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions on Installing this repo needs a cd command

fjsnogueira opened this issue · comments

Hi,

In the readme of the repo, where it's described how to "Installing this repo", and we have te following steps:

git clone https://github.com/lizrice/learning-ebpf

limactl start ubuntu-ebpf.yaml
limactl shell ubuntu-ebpf

cd learning-ebpf

because the ubuntu-ebpf.yaml file comes from the repo, just after cloning the repo the instructions should ask to cd into the cloned repo before the limactl instructions, like this:

git clone https://github.com/lizrice/learning-ebpf

cd learning-ebpf

limactl start ubuntu-ebpf.yaml
limactl shell ubuntu-ebpf

Or use the limactl with the path to learning-ebpf/ubuntu-ebpf.yaml

Kind regards,
Fernando

"fixed" in commit 0c1a900 , although now the readme is now executing cd twice (second is not needed).