Update PREREQS.md

This commit is contained in:
Pierre-Loup A. Griffais 2018-08-21 11:40:57 -07:00 committed by GitHub
parent 4bb28580c6
commit 99ef22ceff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Linux users with AMD or Intel graphics cards should install recent versions of M
``` ```
sudo add-apt-repository ppa:paulo-miguel-dias/mesa sudo add-apt-repository ppa:paulo-miguel-dias/mesa
sudo apt dist-upgrade sudo apt dist-upgrade
sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386 libwayland-egl1 libwayland-egl1:i386 sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386
``` ```
Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly. Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly.