From e194406ae75bac7b8927e2076c0aae6fe3a42e5b Mon Sep 17 00:00:00 2001 From: Hadrien G Date: Sat, 6 Jan 2024 19:31:52 +0100 Subject: [PATCH] vulkan-utils -> vulkan-tools package naming fix (#2448) There is no `vulkan-utils` package in current Ubuntu repos. But there used to be one in ubuntu 20.04, which was a compatibility alias for the `vulkan-tools` package that is still around. So I guess you meant `vulkan-tools`? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87de9de5..3d9ad4bf 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Use your package manager to install the required dev-tools and Vulkan drivers For example on ubuntu: ``` -sudo apt-get install build-essential git python cmake libvulkan-dev vulkan-utils +sudo apt-get install build-essential git python cmake libvulkan-dev vulkan-tools ``` On arch based system ```