From 2a7110f07854d86ea6dbfddf58cea40d81f8be70 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 25 Aug 2022 16:52:34 +0200 Subject: [PATCH] A fix for vcpkg in REAEDME.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 465bad4..621bc41 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ You can download and install VulkanMemoryAllocator using the [vcpkg](https://git cd vcpkg ./bootstrap-vcpkg.sh ./vcpkg integrate install - ./vcpkg install VulkanMemoryAllocator + ./vcpkg install vulkan-memory-allocator The VulkanMemoryAllocator 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.