Added installation animation; changed link to getting started docs.

pull/8433/head
Kalob Taulien 2022-04-25 08:35:38 -06:00 zatwierdzone przez GitHub
rodzic 94b20b418a
commit 6f74668dac
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 1 usunięć

BIN
.github/install-animation.gif vendored 100644

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 112 KiB

Wyświetl plik

@ -53,6 +53,8 @@ Wagtail works with [Python 3](https://www.python.org/downloads/), on any platfor
To get started with using Wagtail, run the following in a virtual environment:
![Installing Wagtail](.github/install-animation.gif)
```bash
pip install wagtail
wagtail start mysite
@ -63,7 +65,7 @@ python manage.py createsuperuser
python manage.py runserver
```
For detailed installation and setup docs, see [docs.wagtail.org](https://docs.wagtail.org/).
For detailed installation and setup docs, see [the getting started tutorial](https://docs.wagtail.org/en/stable/getting_started/tutorial.html).
### Whos using it?