From 4c7dcdbca6455eb1c0d6d86f1c958d4f0a2ff207 Mon Sep 17 00:00:00 2001 From: Anigkus Date: Thu, 2 Jun 2022 18:22:27 +0800 Subject: [PATCH] Update install.md fix`benchmark`[1172]( https://github.com/google/benchmark/issues/1172),remove unused `sigma_gn` variable. `git submodule update --remote` `third_party/benchmark from` `* (HEAD detached at bf585a2)` to `* (HEAD detached at e991355)` --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 5fb2ec613..6f8e17127 100644 --- a/docs/install.md +++ b/docs/install.md @@ -45,7 +45,7 @@ 2. Get the source code: ``` - git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 2022 rdm && cd ./rdm + git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 2022 rdm && cd ./rdm && git submodule update --remote ``` > !!! warning "SSH Tunneling support"