Skip to content

Commit 166e05d

Browse files
authored
Update system_specs.md (#57)
- Starting Ubuntu 22.04, the package got renamed - fix typo
1 parent 9541e4d commit 166e05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/system_specs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For Ubuntu, the Vulkan libraries also need to be installed by running:
3333

3434
```
3535
sudo apt update
36-
sudo apt install libvulkan1 vulkan-utils
36+
sudo apt install libvulkan1 vulkan-tools
3737
sudo reboot
3838
```
3939

@@ -45,7 +45,7 @@ sudo apt install mesa-vulkan-drivers
4545

4646
To confirm that the Vulkan libraries are working correctly, you can run:
4747
```
48-
vullkaninfo
48+
vulkaninfo
4949
```
5050

5151
## Performance improvement tips

0 commit comments

Comments
 (0)