Commit 50bcbb6b by Will Leverone Committed by Marcin Bury

Fix setup instructions to work on a clean Ubuntu installation (#564)

parent f8c68ff3
......@@ -53,6 +53,7 @@ sudo add-apt-repository universe
sudo apt-get install git python3-pip
git clone https://www.github.com/threat9/routersploit
cd routersploit
python3 -m pip install setuptools
python3 -m pip install -r requirements.txt
python3 rsf.py
```
......
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