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`?
This commit is contained in:
Hadrien G 2024-01-06 19:31:52 +01:00 committed by GitHub
parent b64846e7a4
commit e194406ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```