From 1e7e9eceacaae4a2c8c291c7d3c41227e1915925 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 27 Sep 2020 09:45:31 +0300 Subject: [PATCH] README: update signup instructions to EteSync 2.0. Fixes #55. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee3447f..80396b6 100644 --- a/README.md +++ b/README.md @@ -79,12 +79,12 @@ Create yourself an admin user: ./manage.py createsuperuser ``` -At this stage you can either just use the admin user, or better yet, go to: ```www.your-etesync-install.com/admin``` -and create a non-privileged user that you can use. +At this stage you need to create accounts to be used with the EteSync apps. To do that, please go to: +`www.your-etesync-install.com/admin` and create a new user to be used with the service. -That's it! - -Now all that's left is to open the EteSync app, add an account, and set your custom server address under the "advance" section. +After this user has been created, you can use any of the EteSync apps to signup (not login!) with the same username and +email in order to set up the account. Please make sure to click "advance" and set your customer server address when you +do. # `SECRET_KEY` and `secret.txt`