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:
@@ -4,6 +4,11 @@
|
|||||||
git clone --recursive https://github.com/fcwu/docker-ubuntu-vnc-desktop
|
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
|
# Run in local
|
||||||
```
|
```
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
Reference in New Issue
Block a user