diff --git a/Build/README.md b/Build/README.md
index 1e4114702..70811dc9a 100644
--- a/Build/README.md
+++ b/Build/README.md
@@ -126,34 +126,15 @@ To implement your custom memory allocator override Allocate, Free, Reallocate, A
Linux
- -
-
- Debian flavor, x64 or ARM64
-
- - Install clang (apt-get install clang)
- - Install cmake (apt-get install cmake)
- - Run: ./cmake_linux_clang_gcc.sh
- - Go to the Linux_Debug folder
- - Run: make -j$(nproc) && ./UnitTests
-
-
-
- Debian flavor, MinGW Cross Compile
-
- - This setup can be used to run samples on Linux using wine and vkd3d. Tested on Ubuntu 22.04
- - Graphics card must support Vulkan and related drivers must be installed
- - Install mingw-w64 (apt-get install mingw-w64)
- - Run: update-alternatives --config x86_64-w64-mingw32-g++ (Select /usr/bin/x86_64-w64-mingw32-g++-posix)
- - Install cmake (apt-get install cmake)
- - Install wine64 (apt-get install wine64)
- - Run: export WINEPATH="/usr/x86_64-w64-mingw32/lib;/usr/lib/gcc/x86_64-w64-mingw32/10-posix" (change it based on your environment)
- - Run: ./cmake_linux_mingw.sh Release (Debug doesn't work)
- - Go to the MinGW_Release folder
- - Run: make -j$(nproc) && wine UnitTests.exe
- - Run: wine Samples.exe
-
-
-
+
+ - Install clang (apt-get install clang)
+ - Install cmake (apt-get install cmake)
+ - If you want to build the Samples or JoltViewer, install the Vulkan SDK
+ - Run: ./cmake_linux_clang_gcc.sh
+ - Go to the Linux_Debug folder
+ - Run: make -j$(nproc) && ./UnitTests
+ - If you built the samples you can run: ./Samples
+