mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-07 00:44:08 +01:00
Alternative option to git clone --recursive
This commit is contained in:
parent
a4c6b2b9aa
commit
eef40af3a4
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue