summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaciej Beimcik <[email protected]>2021-03-09 10:47:18 +0100
committerLishid <[email protected]>2021-03-09 16:17:18 -0500
commit123b00ca52a1316f11d90ffb51dcc62fbd72eebc (patch)
tree55ee0b230f5d0c123707f915041c11988fa82bb9
parent5355e3337ec48daff40e96f71bb843034fb5881a (diff)
downloadai-pulse-obsidian-plugin-123b00ca52a1316f11d90ffb51dcc62fbd72eebc.tar.gz
ai-pulse-obsidian-plugin-123b00ca52a1316f11d90ffb51dcc62fbd72eebc.zip
a note regarding "use this template" button
This button is not visible if you are not logged in to GitHub. It may be a bit confusing for first-timers so I suggest the note to be added
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba3220e..a5bac1a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ This sample plugin demonstrates some of the basic functionality the plugin API c
Quick starting guide for new plugin devs:
-- Make a copy of this repo as a template with the "Use this template" button.
+- Make a copy of this repo as a template with the "Use this template" button (login to GitHub if you don't see it).
- Clone your repo to a local development folder. For convenience, you can place this folder in your `.obsidian/plugins/your-plugin-name` folder.
- Install NodeJS, then run `npm i` in the command line under your repo folder.
- Run `npm run dev` to compile your plugin from `main.ts` to `main.js`.