add instructions for pwa for Android/Chrome browsers

fixes #1349
This commit is contained in:
besendorf 2022-02-06 22:50:48 +01:00 committed by GitHub
parent 7dcc38b5b2
commit cec74d77ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@ Tandoor can be installed as a progressive web app (PWA) on mobile and desktop de
#### Safari (iPhone/iPad)
Open Tandoor, click Safari's share button, select `Add to Home Screen`
### Chrome/Chromium
Open Tandoor, click the `add Tandoor to the home screen` message that pops up at the bottom of the screen
### Desktop browsers
#### Google Chrome
@ -82,4 +85,4 @@ To create a superuser you need to
1. execute into the container using `docker-compose exec web_recipes sh`
2. activate the virtual environment `source venv/bin/activate`
3. run `python manage.py createsuperuser` and follow the steps shown.
3. run `python manage.py createsuperuser` and follow the steps shown.