diff options
| author | Stefan Boberg <[email protected]> | 2023-02-09 16:35:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-09 16:35:38 +0100 |
| commit | 5694d2cd616e99dff8117f300ffbd0a9d9bfdee2 (patch) | |
| tree | 6aae2477d00df188797d7d7329b988bb9cbaf98d /README.md | |
| parent | Update README.md (diff) | |
| download | zen-5694d2cd616e99dff8117f300ffbd0a9d9bfdee2.tar.xz zen-5694d2cd616e99dff8117f300ffbd0a9d9bfdee2.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -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! |