Use HTTP for git clone installation instructions

Fixes #208
pull/210/head
Tom Dyson 2018-06-22 10:35:20 +01:00 zatwierdzone przez GitHub
rodzic cdc93cec49
commit 99b65a5e24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ Note we do _not_ recommend using this project to start your own site - the demo
**Document contents**
- [Installation](#installation)
- [Installation](#installation)
- [Next steps](#next-steps)
- [Contributing](#contributing)
- [Other notes](#other-notes)
@ -35,7 +35,7 @@ Setup with Vagrant
Once you've installed the necessary dependencies run the following commands:
```bash
git clone git@github.com:wagtail/bakerydemo.git
git clone https://github.com/wagtail/bakerydemo.git
cd bakerydemo
vagrant up
vagrant ssh
@ -60,7 +60,7 @@ Setup with Docker
Run the following commands:
```bash
git clone git@github.com:wagtail/bakerydemo.git
git clone https://github.com/wagtail/bakerydemo.git
cd bakerydemo
docker-compose up --build -d
docker-compose run app /venv/bin/python manage.py load_initial_data
@ -96,7 +96,7 @@ installed, run:
mkvirtualenv wagtailbakerydemo
cd ~/dev [or your preferred dev directory]
git clone git@github.com:wagtail/bakerydemo.git
git clone https://github.com/wagtail/bakerydemo.git
cd bakerydemo
pip install -r requirements.txt