Skip to content

Commit

Permalink
Fixed installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobozzini authored Apr 9, 2022
1 parent 1a0ee57 commit d8bc6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Follow these steps on Debian based systems (Debian, Ubuntu, Kali, ...) to perfor
git clone https://github.com/sviehb/jefferson.git
cd jefferson
sudo apt update
sudo apt python3-pip liblzo2-dev
sudo apt install python3-pip liblzo2-dev
sudo python3 -m pip install -r requirements.txt
sudo python3 setup.py install
```
Expand Down

0 comments on commit d8bc6c7

Please sign in to comment.