diff options
| author | Matt Peters <[email protected]> | 2024-10-04 05:25:57 -0600 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2024-10-04 05:25:57 -0600 |
| commit | a1a69473979bd1ae4edc7565a4d79446d2f27182 (patch) | |
| tree | ba4c7d96e7638db8ba5c322b24ca253081a1dd00 /README.md | |
| parent | add automatic decompression to cache-get (default on) and oplog-mirror (defau... (diff) | |
| download | zen-a1a69473979bd1ae4edc7565a4d79446d2f27182.tar.xz zen-a1a69473979bd1ae4edc7565a4d79446d2f27182.zip | |
Mrp/referencedset (#174)
* zen.exe commands: Add initializers for all POD types; this fixes incorrect behavior for flags in debug
* README.md: Fix typo in --no-dry-run line
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,8 +65,8 @@ from a Command Prompt window or a Terminal instance * bootstrap-vcpkg.bat * popd * Upgrade the thirdparty libraries managed for the solution by vcpkg - * ..\vcpkg\vcpkg.exe upgrade --no-dry-run * ..\vcpkg\vcpkg.exe upgrade + * ..\vcpkg\vcpkg.exe upgrade --no-dry-run * If thirdparty libraries updated, wipe the build state and regenerate the solution * rmdir /s .xmake build * open the `vsxmake2022\zen.sln` VS solution (`start vsxmake2022\zen.sln`) |