Add local run instructions and link to existing instance

This commit is contained in:
Gabriel Augendre 2020-06-23 13:46:30 +02:00
parent 63e8bc3acd
commit e38a96b75d
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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