From be269ce5f1eb266fefffe044ad05577936d8576d Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 24 Feb 2022 15:28:14 +0000 Subject: [PATCH] easier to follow instructions Co-authored-by: Mateusz Konieczny --- docs/setup-dev-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 527bfdb5..376efa7a 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -100,7 +100,7 @@ sudo apt-get install -y gdal-bin libspatialindex-dev libgeos-dev libproj-dev Now clone the `colouring-london` codebase. ```bash -git clone https://github.com/colouring-london/colouring-london.git +cd ~ && git clone https://github.com/colouring-london/colouring-london.git ``` **Note:** We assume here that you will clone the repo into the home directory of your Ubuntu installation. Watch out for later commands in this guide that assume the repo is located at `~/colouring-london` and modify the path if appropriate.