mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
Simplifying recurse submodules for local lemmy-ui dev.
This commit is contained in:
parent
60f6522304
commit
651ba307b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue