From fca3267e8d9c15242cd89ead47f74f16f700fe69 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 25 Feb 2025 15:01:54 +1300 Subject: [PATCH] Explain how to update --- docs/get-started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/get-started.md b/docs/get-started.md index 2c79476..c62f5e8 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -32,6 +32,16 @@ Follow these steps: 1. Start the bridge: `npm run start` +## Update + +Out Of Your Element regularly releases new versions. Here's how to update: + +1. Fetch the repo and checkout the latest release tag. + +1. Install dependencies: `npm install` + +1. Restart the bridge: Stop the currently running process, and then start the new one with `npm run start` + # Get Started Visit the website on the domain name you set up, and click the button to add the bot to your Discord server.