From c16f8aa39e91d3146749076e4df1d5b04f51f0ba Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 26 Mar 2021 01:44:54 +0100 Subject: [PATCH] Added mobile app section to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0461215d..fbe66ae4 100644 --- a/README.md +++ b/README.md @@ -477,6 +477,12 @@ platydock stop device_id platyvdock rm device_id ``` +## Mobile app + +An [official Android app](https://f-droid.org/en/packages/tech.platypush.platypush/) is provided on the F-Droid store. +It allows to easily discover and manage multiple Platypush services on a network through the web interface, and it +easily brings the power of Platypush to your fingertips. + ## Tests To run the tests simply run `pytest` either from the project root folder or the `tests/` folder.