mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Updated Building binary (markdown)
@@ -58,7 +58,7 @@ If you prefer to compile it manually, follow these steps:
|
|||||||
- Clone the git repository at [bitwarden/web](https://github.com/bitwarden/web) and checkout the latest release tag (e.g. v2.1.1):
|
- Clone the git repository at [bitwarden/web](https://github.com/bitwarden/web) and checkout the latest release tag (e.g. v2.1.1):
|
||||||
```sh
|
```sh
|
||||||
# clone the repository
|
# clone the repository
|
||||||
git clone https://github.com/bitwarden/web.git web-vault
|
git clone --recurse-submodules https://github.com/bitwarden/web.git web-vault
|
||||||
cd web-vault
|
cd web-vault
|
||||||
# switch to the latest tag
|
# switch to the latest tag
|
||||||
git checkout "$(git tag --sort=v:refname | tail -n1)"
|
git checkout "$(git tag --sort=v:refname | tail -n1)"
|
||||||
|
|||||||
Reference in New Issue
Block a user