aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Peters <[email protected]>2024-10-04 05:25:57 -0600
committerGitHub Enterprise <[email protected]>2024-10-04 05:25:57 -0600
commita1a69473979bd1ae4edc7565a4d79446d2f27182 (patch)
treeba4c7d96e7638db8ba5c322b24ca253081a1dd00 /README.md
parentadd automatic decompression to cache-get (default on) and oplog-mirror (defau... (diff)
downloadzen-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c9236ae50..1b7c7bd26 100644
--- a/README.md
+++ b/README.md
@@ -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`)