diff --git a/README.md b/README.md index 4e8c6bb..db684b1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ A tool to monitor writes to global integer variables in Linux binaries using ptr ## Building ```bash +git clone --recurse-submodules https://git.gabriel.md/gabi/gwatch.git +./vcpkg/bootstrap-vcpkg.sh mkdir build cd build cmake --preset debug ..