From 603bc8ff7177ed611e612a0e47d1ba92534b005b Mon Sep 17 00:00:00 2001 From: Zac <59242014+Binxly@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:56:19 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f6d5f22..b38ef13 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,9 @@ This plugin makes network requests to: - Send selected note to OpenAI for processing, where it will be broken down into atomic notes that aim to extract key insights from the original note. - Frontmatter will be added to each new note, including the date and any custom tags you've configured. - Models supported: `gpt-4o-mini`, `gpt-4o`; Can be configured in settings. + +# Manual Installation +- Clone this repo. +- Make sure your NodeJS is at least v16 (node --version). +- npm i or yarn to install dependencies. +- npm run dev to start compilation in watch mode.