Update PREREQS.md

This commit is contained in:
Pierre-Loup A. Griffais 2018-08-16 19:58:10 -07:00 committed by GitHub
parent 26c43bdd76
commit 791bb32d8a
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 sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386 libwayland-egl1 libwayland-egl1: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.