diff --git a/AUTHORS.rst b/AUTHORS.rst index 8617b58965..c08ad5e64b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -7,3 +7,6 @@ include: * https://github.com/neko259 Improved scrollbar CSS + +* Florent VIOLLEAU (https://github.com/floviolleau) + Improve README.md for a better understanding of installation instructions diff --git a/README.md b/README.md index 6172341c11..48142bcca1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,19 @@ With `npm start`, any changes you make to the source files will cause a rebuild your changes will show up when you refresh. This development server also disables caching, so do NOT use it in production. +Configuring +=========== + +Configure the app by modifying the `config.json` file: + +1. `default_hs_url` is the default home server url. +1. `default_is_url` is the default identity server url (this is the server used + for verifying third party identifiers like email addresses). If this is blank, + registering with an email address or adding an email address to your account + will not work. + +You will need to re-run `npm run build` after editing `config.json`. + Deployment ==========