diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md index e5b6165da1..0c2fd23ba3 100644 --- a/BUILD_LINUX.md +++ b/BUILD_LINUX.md @@ -94,13 +94,13 @@ git checkout master ### Using a custom Qt build Qt binaries are only provided for Ubuntu. In order to build on other distributions, a Qt5 install - needs to be provided by setting the `VIRCADIA_QT_PATH` environment variable to a directory containing - a Qt install. +needs to be provided by setting the `VIRCADIA_QT_PATH` environment variable to a directory containing +a Qt install. ### Using the system's Qt - The system's Qt can be used, if the development packages are installed, by setting the - `VIRCADIA_USE_SYSTEM_QT` environment variable. The minimum recommended version is Qt 5.15.0. +The system's Qt can be used, if the development packages are installed, by setting the +`VIRCADIA_USE_SYSTEM_QT` environment variable. The minimum recommended version is Qt 5.15.0. ### Compiling