README.md: improve build instructions

I bet it's not required to have more than a shallow copy (history depth bigger than 1).
This commit is contained in:
Thomas McWork 2024-11-27 21:47:04 +01:00 committed by GitHub
parent 870fed4bb6
commit 651092f991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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