mirror of
https://github.com/cosmicoptima/loom.git
synced 2026-07-22 07:40:25 +00:00
clarify readme
This commit is contained in:
parent
6c8d34c5e0
commit
2c13b15cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue