From 175c9b4b1ee2e25880696355d3663a73e9e636b4 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 4 Feb 2023 03:37:12 -0500 Subject: [PATCH] doc: submodule-less build --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0b42989..a3d82e5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ spirv-to-dxil-rs builds a copy of spirv-to-dxil statically from Mesa. Many of th Lex and Yacc are not required. Additionally, [CMake 3.6](https://cmake.org/) or later is required to run the build script. ```bash -$ git submodule update --init --progress --depth=1 $ cargo build ```