diff --git a/docs/faq.md b/docs/faq.md index b09ff43c..731ed1c9 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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. \ No newline at end of file +3. run `python manage.py createsuperuser` and follow the steps shown.