Skip to content

Commit 08cc418

Browse files
authored
Merge pull request #74 from sadagatasgarov/main
unmae -> uname
2 parents 77788ed + ea0c79a commit 08cc418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here, we include basic instructions to build DPDK and use this library.
3030
Commonly, following packages are required to build DPDK.
3131
```sh
3232
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
33+
apt-get install -y linux-headers-`uname -r` # To build kernel drivers
3434
apt-get install -y libclang-dev clang llvm-dev # To analyze DPDK headers and create bindings
3535
```
3636

0 commit comments

Comments
 (0)