From f00cfa005ef5070c98a19c066937e5d0b5f2e873 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 7 Oct 2020 11:09:56 -0500 Subject: [PATCH] Adding submodule update --remote --- docs/src/contributing_local_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/contributing_local_development.md b/docs/src/contributing_local_development.md index ba3663c9..cf7049bd 100644 --- a/docs/src/contributing_local_development.md +++ b/docs/src/contributing_local_development.md @@ -38,7 +38,7 @@ cargo build git clone https://github.com/LemmyNet/lemmy-ui.git # get the translations git submodule init -git submodule update +git submodule update --remote ``` ### Setup postgresql