doc: advise to only clone depth=1

This commit is contained in:
chyyran 2023-02-04 02:13:52 -05:00
parent 708f86ea6e
commit 3a74e07031

View file

@ -14,6 +14,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. Lex and Yacc are not required. Additionally, [CMake 3.6](https://cmake.org/) or later is required to run the build script.
```bash ```bash
$ git submodule update --init $ git submodule update --init --progress --depth=1
$ cargo build $ cargo build
``` ```