Skip to content

Commit eef40af

Browse files
committed
Alternative option to git clone --recursive
1 parent a4c6b2b commit eef40af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
git clone --recursive https://github.com/fcwu/docker-ubuntu-vnc-desktop
55
```
66

7+
or, if you have already cloned it, get submodules contents :
8+
```
9+
git submodule init; git submodule update
10+
```
11+
712
# Run in local
813
```
914
make clean

0 commit comments

Comments
 (0)