From e38a96b75d0ddb1a0e559a9b6b290dddab3e7ae0 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 23 Jun 2020 13:46:30 +0200 Subject: [PATCH] Add local run instructions and link to existing instance --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1ae19f2..1a0b6f9 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,13 @@ Generate a valid mobileconfig profile to setup your email account on all your Apple devices. Everything happens in your browser. + +An instance is available at https://mcg.augendre.info but you can run it locally very easily. + +An example with Python installed on your machine: + +* clone the repository +* cd to the directory +* start a webserver pointing to your current directory: `python -m http.server` +* open http://localhost:8000 in your browser +