From 3f0d733466ab661fe4a1aa5ae9bea765a68fe225 Mon Sep 17 00:00:00 2001 From: cbuchart Date: Fri, 7 Feb 2020 15:25:58 +0100 Subject: [PATCH] Fix incorrect package name for vcpkg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2f783e..632f9b9 100644 --- a/README.md +++ b/README.md @@ -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.