From 651092f9911dc35d005e87bb164eb81b4e2fc116 Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Wed, 27 Nov 2024 21:47:04 +0100 Subject: [PATCH] README.md: improve build instructions I bet it's not required to have more than a shallow copy (history depth bigger than 1). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73df97f..af610f6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Not supported ## Building **Warning**: ZLUDA is under heavy development (see news [here](https://vosen.github.io/ZLUDA/blog/zludas-third-life/)). Instructions below might not work. -_Note_: This repo has submodules. Make sure to recurse submodules when cloning this repo, e.g.: `git clone --recursive https://github.com/vosen/ZLUDA.git` +_Note_: This repo has submodules. Make sure to recurse submodules when cloning this repo, e.g.: `git clone --recursive --depth=1 https://github.com/vosen/ZLUDA.git` You should have a relatively recent version of Rust installed, then you just do: