Alternative option to git clone --recursive

This commit is contained in:
Olivier Berger 2019-04-04 15:10:35 +02:00
parent a4c6b2b9aa
commit eef40af3a4

View file

@ -4,6 +4,11 @@
git clone --recursive https://github.com/fcwu/docker-ubuntu-vnc-desktop
```
or, if you have already cloned it, get submodules contents :
```
git submodule init; git submodule update
```
# Run in local
```
make clean