From ea3c8006c5b4b6fdc97ac6fd3cfa6a7c39168b18 Mon Sep 17 00:00:00 2001 From: Sadi Kneipp Date: Tue, 6 Aug 2024 20:06:25 -0700 Subject: [PATCH] remove duplicate text --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2bfdae4..9208b7f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ To build a gpu.cpp project, you will need to have installed on your system: - `clang++` compiler installed with support for C++17. - `python3` and above, to run the script which downloads the Dawn shared library. - make to build the project. - `make` to build the project. - Only on Linux systems - Vulkan drivers. If Vulkan is not installed, you can run `sudo apt install libvulkan1 mesa-vulkan-drivers vulkan-tools` to install them.