README fix

This commit is contained in:
Evgeniy Ivanov 2016-08-18 22:13:18 +03:00
parent cd706dbf82
commit 68a5ae8453

View file

@ -63,7 +63,7 @@ It is possible to download Algo to your own Ubuntu server and run the scripts lo
```
sudo apt-get install software-properties-common && sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update && sudo apt-get install ansible
git clone git@github.com:trailofbits/algo.git
git clone https://github.com/trailofbits/algo
cd algo && ./algo
```