aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-02-09 16:35:38 +0100
committerGitHub <[email protected]>2023-02-09 16:35:38 +0100
commit5694d2cd616e99dff8117f300ffbd0a9d9bfdee2 (patch)
tree6aae2477d00df188797d7d7329b988bb9cbaf98d /README.md
parentUpdate README.md (diff)
downloadzen-5694d2cd616e99dff8117f300ffbd0a9d9bfdee2.tar.xz
zen-5694d2cd616e99dff8117f300ffbd0a9d9bfdee2.zip
Update README.md
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 4134d1df5..44dd4a542 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ basis and requires manual bootstrap so you will need to do the following at leas
* create a `git`/`github` directory somewhere for you to clone repos into
* issue `git clone https://github.com/microsoft/vcpkg.git` and build it using the `bootstrap-vcpkg.bat` script
* optional: add the `vcpkg` directory you cloned to your PATH to allow invoking vcpkg on the command line
-* issue `vcpkg integrate install` to make sure you can build from Visual Studio using package manifests
+* issue `vcpkg integrate install` to make sure xmake and Visual Studio can locate the vcpkg install
Now you are ready to start building!