From 6365cd22073a06954a63bda636dbff55581bfa38 Mon Sep 17 00:00:00 2001 From: Patricia Aas Date: Tue, 22 Jun 2021 10:15:59 +0200 Subject: [PATCH] Add notes on git submodule --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2d127f..c39f8c3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Setup VCPKG +git submodule init +git submodule update On windows, run `.\vcpkg\bootstrap-vcpkg.bat`. On other platforms, run `./vcpkg/bootstrap-vcpkg.sh`