From 9f610ad6ea601e2e2946ea1293d43bbca9103690 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Mon, 27 Jan 2025 00:16:21 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b3a3df91..05338506 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,12 @@ If you get an error about the `node:sqlite` module, follow [these instructions]( ##### Updating +**Method 1** + +Go to your forked GitHub repository and click sync fork. This should trigger a deployment, if not follow the same steps above to redeploy. + +**Method 2** + To update the addon, you can simply run the following commands to pull the latest changes, build the project, and deploy the worker. This will update the worker with the latest changes, which may not be stable. In case, you get the build error about `node:sqlite` again, follow the instructions linked above again.