mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Update deploy-to-ubuntu.md
Fix Typo
This commit is contained in:
parent
ed547fbe6d
commit
111c338ab4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ sudo apt-get update && sudo apt-get install ansible python-pip
|
|||
pip install virtualenv
|
||||
pip install --upgrade pip
|
||||
git clone https://github.com/trailofbits/algo
|
||||
cd aldo
|
||||
cd algo
|
||||
python -m virtualenv env && source env/bin/activate && python -m pip install -U pip && python -m pip install -r requirements.txt
|
||||
./algo
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue