Update README.md

Updated instructions for installing extensions in SN Web & Desktop, since just adding the extension repo index.json no longer works.
This commit is contained in:
thursday
2021-12-30 17:59:55 -05:00
committed by GitHub
parent 0943bc6122
commit cbb03a223c

View File

@@ -62,7 +62,7 @@ $ python3 build_repo.py
```
https://your-domain.com/extensions/index.json
```
* Import the above endpoint into the web/desktop client. (Note: Enable CORS for your web server respectively, nginx setup provided below)
* Import the `latest url` for each extension you want to add (for example: `https://your-domaim.com/extensions/bold-editor/index.json`) into the Standard Notes Web Desktop client under the `General` > `Advanced Settings` > `Install Custom Extension` menu. (Note: Enable CORS for your web server respectively, nginx setup provided below)
### Docker