Skip to content

Commit 361f495

Browse files
authored
pcn-iptables: update install instructions
Signed-off-by: Matteo Bertrone <m.bertrone@gmail.com>
1 parent 7942977 commit 361f495

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/components/iptables/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55

66
For `pcn-iptables` support you should enable `ENABLE_PCN_IPTABLES` flag in CMakeFile.
77
```
8-
cd polycube/build/
8+
cd polycube
9+
mkdir -p build
10+
cd build
911
cmake .. -DENABLE_PCN_IPTABLES=ON
10-
make && make install
12+
make && sudo make install
1113
```
1214

1315
## Steps to RUN pcn-iptables

0 commit comments

Comments
 (0)