diff --git a/.github/install-animation.gif b/.github/install-animation.gif new file mode 100644 index 0000000000..7fff0eb1aa Binary files /dev/null and b/.github/install-animation.gif differ diff --git a/README.md b/README.md index 55976c4754..4b7dc16c51 100644 --- a/README.md +++ b/README.md @@ -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). ### Who’s using it?