Commit d7c4ab60 by Thomas Committed by Marcin Bury

Updated README (#354)

Added installation instructions of openSUSE Tumbleweed to the README file.
parent 52679c7c
......@@ -44,6 +44,14 @@ It consists of various modules that aids penetration testing operations:
git clone https://github.com/reverse-shell/routersploit
pip install -r requirements.txt
./rsf.py
## Installation on OpenSUSE Tumbleweed
sudo zypper install python-devel python2-pip ncurses-devel git-core
git clone https://github.com/reverse-shell/routersploit
cd routersploit
sudo pip install -r requirements.txt
./rsf.py
## 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