follow repository URL change

This commit is contained in:
Mateusz Konieczny 2022-06-27 21:54:44 +02:00 committed by GitHub
parent 8fad7cead9
commit 14ab3df48c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ sudo apt-get install -y gdal-bin libspatialindex-dev libgeos-dev libproj-dev
Now clone the `colouring-london` codebase.
```bash
cd ~ && git clone https://github.com/colouring-london/colouring-london.git
cd ~ && git clone https://github.com/colouring-cities/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.