easier to follow instructions

Co-authored-by: Mateusz Konieczny <matkoniecz@gmail.com>
This commit is contained in:
Ed Chalstrey 2022-02-24 15:28:14 +00:00 committed by GitHub
parent b4f6eea066
commit be269ce5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ sudo apt-get install -y gdal-bin libspatialindex-dev libgeos-dev libproj-dev
Now clone the `colouring-london` codebase. Now clone the `colouring-london` codebase.
```bash ```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. **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.