Simplifying recurse submodules for local lemmy-ui dev.

This commit is contained in:
Dessalines 2021-02-14 14:35:54 -05:00
parent 60f6522304
commit 651ba307b6

View file

@ -35,7 +35,7 @@ cargo build
### Get the front end source code ### Get the front end source code
``` ```
git clone https://github.com/LemmyNet/lemmy-ui.git git clone https://github.com/LemmyNet/lemmy-ui.git --recurse-submodules
# get the translations # get the translations
git submodule init git submodule init
git submodule update --remote git submodule update --remote