1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

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
+5
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