From fb15495ca623a35da6be4d96699f3a2e8c25b79d Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Fri, 30 Dec 2022 15:13:06 +0100 Subject: [PATCH] Mention Debian 11 (bullseye) in docs (#44) I have been using this build script on Debian Bullseye and targeting Debian Bullseye. The docs should give an up-to-date and supported example. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1658985..7590db0 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ cd vaultwarden-debian The `build.sh` script will build vaultwarden for the same Debian version which targets vaultwarden. That means, to build vaultwarden v1.19.0, make sure to checkout tag `v1.19.0` of this project. -To compile for a different Debian version, specify the release name (e.g. Stretch, Buster) using the `-o` option. You can compile for arm32v7 or amd64 architecture using the `-a` option, only the Buster (default) release of debian is supported by arm32v7. +To compile for a different Debian version, specify the release name (e.g. Buster, Bullseye) using the `-o` option. You can compile for arm32v7 or amd64 architecture using the `-a` option, only the Buster (default) release of debian is supported by arm32v7. ``` -./build.sh -o stretch +./build.sh -o bullseye ``` ## Post installation