From 698a669e7a2281080cd8a0773e65ed45c1ac0b9d Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Wed, 7 Dec 2022 18:50:55 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a9c08..42eec85 100644 --- a/README.md +++ b/README.md @@ -126,12 +126,17 @@ To build your own version of the docker image, run `./scripts/build_docker.sh`. You can also use docker-compose if you prefer. From a silverbullet check-out run: ```shell -deno task bundle PORT=3000 docker-compose up ``` or similar. +To upgrade, simply pull the latest docker image (rebuilt and pushed after every commit to "main") and start the new container. + +```shell +docker pull zefhemel/silverbullet +``` + ## Troubleshooting If you upgraded to the new Deno-based Silver Bullet from an old version, you may