From 2c13b15cc3fadbb1586e6d71539a85365b450c7a Mon Sep 17 00:00:00 2001 From: celeste Date: Sun, 9 Apr 2023 00:07:26 -0700 Subject: [PATCH] clarify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ff46b..8583c33 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Alternatively, you can build from source, which makes it easy to update: 1. Clone this repository (`git clone https://github.com/cosmicoptima/loom`) in `[path to vault]/.obsidian/plugins` 2. Run the following: `cd loom; npm i; npm run build` 3. Go to the "Community plugins" tab in Obsidian settings, then enable "Loom" -4. To update, go to the repository and `git pull`, then disable and re-enable Loom +4. To update, go to the repository and `git pull; npm i; npm run build`, then disable and re-enable Loom **If you are using MacOS:** a few hotkeys -- `Alt+n`, `Alt+c` and `Alt+e` -- are bound to special characters. You can either: