Merge pull request #197 from khandieyea/v1.4-manfix

fix typo in apt-get
This commit is contained in:
Robert Chacón 2023-01-15 14:51:35 -07:00 committed by GitHub
commit d503150b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ git checkout v1.4-pre-alpha-rust-integration
You need to have a few packages from `apt` installed:
```
apt-get install -y python3-pip clang gcc gcc-multilib llvm libelf-dev git nano graphviz curl screen llvm pkg-config linux-tools-common linux-tools-`uname r` libbpf-dev
apt-get install -y python3-pip clang gcc gcc-multilib llvm libelf-dev git nano graphviz curl screen llvm pkg-config linux-tools-common linux-tools-`uname -r` libbpf-dev
```
Then you need to install some Python dependencies: