mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Add note in README about how to convert shallow to full clone
This commit is contained in:
parent
674ac6de79
commit
6b331e6e1f
|
@ -26,7 +26,7 @@ To clone this repository with history since we moved the libraries to https://gi
|
|||
|
||||
git clone --shallow-exclude=included-libs https://github.com/ddnet/ddnet
|
||||
|
||||
To clone the libraries if you have previously cloned DDNet without them:
|
||||
To clone the libraries if you have previously cloned DDNet without them, or if you require the ddnet-libs history instead of a shallow clone:
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
|
Loading…
Reference in a new issue