Skip to content

Commit 407af33

Browse files
[Docs] Update doc to use correct vulkan package on ubuntu (#1086)
1 parent ac59d96 commit 407af33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sudo apt-get install libvulkan1
118118
To test your installation of Vulkan:
119119

120120
```bash
121-
sudo apt-get install vulkan-utils
121+
sudo apt-get install vulkan-tools
122122
vulkaninfo
123123
```
124124

0 commit comments

Comments
 (0)