From 3a74e07031747ceb639cd9fe32b08eb566e72dc2 Mon Sep 17 00:00:00 2001 From: chyyran Date: Sat, 4 Feb 2023 02:13:52 -0500 Subject: [PATCH] doc: advise to only clone depth=1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad4be7f..5a991e6 100644 --- a/README.md +++ b/README.md @@ -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. ```bash -$ git submodule update --init +$ git submodule update --init --progress --depth=1 $ cargo build ``` \ No newline at end of file