doc: submodule-less build

This commit is contained in:
chyyran 2023-02-04 03:37:12 -05:00
parent 89877a1532
commit 175c9b4b1e

View file

@ -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
```