diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! |