From a1b9b3d95304f66873b18f6d8546c02cb0ce8c17 Mon Sep 17 00:00:00 2001 From: Mathijs van Veluw Date: Mon, 22 Feb 2021 18:36:40 +0100 Subject: [PATCH] Updated Building binary (markdown) --- Building-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index a536859..a8d6ae1 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -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): ```sh # 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 # switch to the latest tag git checkout "$(git tag --sort=v:refname | tail -n1)"