From 91d9eb8f881c64ce6acd3e1f57302d08d84a8a1a Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Wed, 31 May 2017 18:03:28 +0200 Subject: [PATCH] Update deploy-from-windows.md --- docs/deploy-from-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy-from-windows.md b/docs/deploy-from-windows.md index e261078..6903499 100644 --- a/docs/deploy-from-windows.md +++ b/docs/deploy-from-windows.md @@ -28,7 +28,7 @@ sudo apt-get update && sudo apt-get install python-pip python-setuptools build-e Clone the Algo repository: ```shell -git clone https://github.com/trailofbits/algo && cd algo +cd ~ && git clone https://github.com/trailofbits/algo && cd algo ``` Now, you can go through the [README](https://github.com/trailofbits/algo#deploy-the-algo-server) (start from the 4th step) and deploy your Algo server!