From 111c338ab4c5182d37e988d101e44471e8e05852 Mon Sep 17 00:00:00 2001 From: Allan Date: Sun, 23 Jul 2017 07:01:57 +0200 Subject: [PATCH] Update deploy-to-ubuntu.md Fix Typo --- docs/deploy-to-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-to-ubuntu.md b/docs/deploy-to-ubuntu.md index 5517fead..62e58f94 100644 --- a/docs/deploy-to-ubuntu.md +++ b/docs/deploy-to-ubuntu.md @@ -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 ```