Merge pull request #845 from cbuchart/master

Fix incorrect package name for vcpkg
This commit is contained in:
Jordan Maples [MSFT] 2020-02-07 10:41:33 -08:00 committed by GitHub
commit 202f332702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ You can download and install GSL using the [vcpkg](https://github.com/Microsoft/
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install gsl
vcpkg install ms-gsl
The GSL port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.