Merge pull request #1501 from besendorf/patch-1
add instructions for pwa for Android/Chrome browsers
This commit is contained in:
commit
bcd85ff7d6
@ -10,6 +10,9 @@ Tandoor can be installed as a progressive web app (PWA) on mobile and desktop de
|
|||||||
#### Safari (iPhone/iPad)
|
#### Safari (iPhone/iPad)
|
||||||
Open Tandoor, click Safari's share button, select `Add to Home Screen`
|
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
|
### Desktop browsers
|
||||||
|
|
||||||
#### Google Chrome
|
#### 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`
|
1. execute into the container using `docker-compose exec web_recipes sh`
|
||||||
2. activate the virtual environment `source venv/bin/activate`
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user