Add notes on git submodule

This commit is contained in:
Patricia Aas 2021-06-22 10:15:59 +02:00
parent 32886717de
commit 6365cd2207

View file

@ -3,6 +3,8 @@
## Setup VCPKG ## Setup VCPKG
git submodule init
git submodule update
On windows, run `.\vcpkg\bootstrap-vcpkg.bat`. On windows, run `.\vcpkg\bootstrap-vcpkg.bat`.
On other platforms, run `./vcpkg/bootstrap-vcpkg.sh` On other platforms, run `./vcpkg/bootstrap-vcpkg.sh`