From cbb03a223c5769e23c6fb6593f0a786d5a75eee8 Mon Sep 17 00:00:00 2001 From: thursday Date: Thu, 30 Dec 2021 17:59:55 -0500 Subject: [PATCH] Update README.md Updated instructions for installing extensions in SN Web & Desktop, since just adding the extension repo index.json no longer works. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447435b..b73b88c 100644 --- a/README.md +++ b/README.md @@ -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