From cec74d77ec67006bb8071da53fdb1a8907b8ca67 Mon Sep 17 00:00:00 2001 From: besendorf Date: Sun, 6 Feb 2022 22:50:48 +0100 Subject: [PATCH] add instructions for pwa for Android/Chrome browsers fixes #1349 --- docs/faq.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index b09ff43c2..731ed1c90 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.