add warning about which web-vault to build

Stefan Melmuk
2025-07-07 09:18:05 +02:00
parent 2dc903bf7e
commit 7a2c654953

@@ -77,6 +77,9 @@ make docker-extract
make full
```
> [!IMPORTANT]
The script requires you to enter [a tag](https://github.com/vaultwarden/vw_web_builds/tags) or [a branch of a web-vault](https://github.com/vaultwarden/vw_web_builds/branches) to build. The `main` branch is an out-of-date mirror of the [bitwarden/clients repository](https://github.com/bitwarden/clients/) that has not been patched, so it won't be compatible with Vaultwarden.
#### Old (very manual way):
- Clone the git repository at [bitwarden/clients](https://github.com/bitwarden/clients) and checkout the latest release tag (e.g. v2022.6.0):