diff --git a/readme.md b/readme.md index 55aa7ac72..ef91a0fe4 100644 --- a/readme.md +++ b/readme.md @@ -9,16 +9,16 @@ If you want to contribute as a developer, please contact us in the Discord. http ## Building -1. Install dependencies for Debian-like distributive +1. Install dependencies for Debian-like distributions - `sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev` + `sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools` 2. Building `mkdir -p build && cd build && cmake .. && cmake --build .` 4. Run - See usage message of rpcsx-os (-h argument), or follow to our discord for help. + See usage message of rpcsx-os (-h argument), or join the Discord for help. ## License