From 41b84a035ee14af8ec2475ccd9e3c19b91bd9ef5 Mon Sep 17 00:00:00 2001 From: Maxime Cannoodt Date: Sun, 24 Jul 2022 13:57:47 +0200 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bbc341..6a4818a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ npm run dev Running the script starts a dev server for each, recompiling code on file changes. A reverse proxy (`proxy.js` in project root) runs the entire application at `http://localhost:5000`. +If you want to contribute solely to the Obsidian plugin, please pull from the [obsidian-note-sharing](https://github.com/mcndt/obsidian-note-sharing) repo directly. + Before you can store notes in the local development environment, you must migrate the local SQLite database (see next section). ### Local database