From 881a9371b2faa7a9ab31b83891b1d2bf2aa7b2ae Mon Sep 17 00:00:00 2001 From: Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:21:24 +0100 Subject: [PATCH] Add spirv-tools, fix spelling --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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