We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77788ed + ea0c79a commit 08cc418Copy full SHA for 08cc418
README.md
@@ -30,7 +30,7 @@ Here, we include basic instructions to build DPDK and use this library.
30
Commonly, following packages are required to build DPDK.
31
```sh
32
apt-get install -y curl git build-essential libnuma-dev meson python3-pyelftools # To download and build DPDK
33
-apt-get install -y linux-headers-`unmae -r` # To build kernel drivers
+apt-get install -y linux-headers-`uname -r` # To build kernel drivers
34
apt-get install -y libclang-dev clang llvm-dev # To analyze DPDK headers and create bindings
35
```
36
0 commit comments