From f3e3a802ab035f2be6824f677857fd8e1c3985f7 Mon Sep 17 00:00:00 2001 From: Joakim Svensson Date: Wed, 31 Dec 2025 16:29:32 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 664f1412..8f06861c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +# HedgeDoc-HedgeAgent + +This is a customized version that makes it possible to invite an AI agent to a note via the menu. "Invite Agent" sends the `note_id` to hedgeagent. + +To start an instance for development, the following is required: +1. ```cp config.json.example config.json ``` +2. Update ```"domain": "change this" ``` +3. ```.yarn/releases/yarn-4.12.0.cjs install``` +4. ```.yarn/releases/yarn-4.12.0.cjs run build``` +5. ```.yarn/releases/yarn-4.12.0.cjs start``` + +To start for production: +1. `docker compose up -d` + +Note: Use UID 10000 for data folders. + +--- + ![HedgeDoc Logo](docs/content/images/hedgedoc_logo_black.svg) # HedgeDoc