From 34baf12384db043599a8720eec1508687897c84b Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Tue, 21 Feb 2017 22:50:09 +0100 Subject: [PATCH] Fix error in test instructions --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1b215816cde2..891143c6e70f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -107,7 +107,7 @@ sudo python /usr/share/bcc/examples/tracing/task_switch.py ```bash git clone https://github.com/svinota/pyroute2 cd pyroute2; sudo make install -sudo python /usr/share/bcc/examples/simple_tc.py +sudo python /usr/share/bcc/examples/networking/simple_tc.py ``` ## Fedora - Binary