From ab5c39d32e54d1fe631cc6f4095e3ee14c9a9d15 Mon Sep 17 00:00:00 2001 From: Yilin Wei Date: Sun, 19 Jul 2020 18:30:37 +0100 Subject: [PATCH] Update README.md vulkan-loader doesn't have vulkaninfo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2007104..e87f75f 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ After installing `nixVulkanIntel`. ```bash $ sudo apt install mesa-vulkan-drivers ... -$ nixVulkanIntel $(nix-build '' --no-out-link -A vulkan-loader)/bin/vulkaninfo | grep VkPhysicalDeviceProperties -A 7 +$ nixVulkanIntel $(nix-build '' --no-out-link -A vulkan-tools)/bin/vulkaninfo | grep VkPhysicalDeviceProperties -A 7 VkPhysicalDeviceProperties: =========================== apiVersion = 0x400036 (1.0.54)