Explain how to update
This commit is contained in:
parent
3b034dd6e5
commit
fca3267e8d
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue