diff --git a/README.md b/README.md index 89cf5bf..5a02472 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Open a terminal and follow those instructions: # 1. Decide where to put the project. We use "~/Development" in our examples. cd ~/Development # 2. Clone the docker-wagtail-develop repository in a new "wagtail-dev" folder. -git clone git@github.com:wagtail/docker-wagtail-develop.git wagtail-dev +git clone https://github.com/wagtail/docker-wagtail-develop.git wagtail-dev # 3. Move inside the new folder. cd wagtail-dev/ # 4. Run the setup script. This will check out the bakerydemo project and local copies of wagtail and its dependencies.