diff --git a/README.md b/README.md index 4bba6c9b0..92bd64561 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,11 @@ Currently, running the simulator in Windows yields better performance than runni 1. Download the latest release of the LGSVL Simulator for your supported operating system (Windows or Linux) here: [https://github.com/lgsvl/simulator/releases/latest](https://github.com/lgsvl/simulator/releases/latest) 2. Unzip the downloaded folder and run the executable. +3. If you are running on Linux, make sure you have Vulkan userspace library installed: +` + sudo apt-get install libvulkan1 +` ### Building and running from source **NOTE**: to clone repository faster, clone only single branch: @@ -99,4 +103,4 @@ Please feel free to provide feedback or ask questions by creating a Github issue Copyright (c) 2019 LG Electronics, Inc. -This software contains code licensed as described in LICENSE. \ No newline at end of file +This software contains code licensed as described in LICENSE.