aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!