summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGitMurf <[email protected]>2021-04-23 10:52:04 -0700
committerLishid <[email protected]>2021-04-23 16:59:52 -0400
commit26721337a7d12ea7fbf7d52cfaa5954fec652dee (patch)
tree9cf9535ce7557ad442255d339de6393f6b63109b /README.md
parentf3f000a6b2938d7a9055a8da5df1526e7a9038bc (diff)
downloadai-pulse-obsidian-plugin-26721337a7d12ea7fbf7d52cfaa5954fec652dee.tar.gz
ai-pulse-obsidian-plugin-26721337a7d12ea7fbf7d52cfaa5954fec652dee.zip
Update README - Obsidian API update instructions
Add the following to the "First time developing plugins?" section: For updates to the Obsidian API run `npm update` in the command line under your repo folder.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a5bac1a..9e4fe9c 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Quick starting guide for new plugin devs:
- Make changes to `main.ts` (or create new `.ts` files). Those changes should be automatically compiled into `main.js`.
- Reload Obsidian to load the new version of your plugin.
- Enable plugin in settings window.
+- For updates to the Obsidian API run `npm update` in the command line under your repo folder.
### Releasing new releases