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!