Skip to content

Commit 0aeaa45

Browse files
authored
Merge pull request #139 from polycube-network/pr/fix_iptables_install_instruct
pcn-iptables: update install instructions
2 parents 7942977 + 361f495 commit 0aeaa45

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)