Commit 0212c827 by Marcin Bury

Fixing Ubuntu requirements installation step.

parent 9974c895
...@@ -33,7 +33,7 @@ It consists of various modules that aids penetration testing operations: ...@@ -33,7 +33,7 @@ It consists of various modules that aids penetration testing operations:
sudo apt-get install python-dev python-pip libncurses5-dev git sudo apt-get install python-dev python-pip libncurses5-dev git
git clone https://github.com/reverse-shell/routersploit git clone https://github.com/reverse-shell/routersploit
cd routersploit cd routersploit
pip install -r requirements pip install -r requirements.txt
./rsf.py ./rsf.py
## Installation on OSX ## Installation on OSX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment