faster submodule update

Submodules like `git` contain too much change history, which is not necessary to compile the program.  
Speeding up the setup significantly as well as saving space on the device is important.
This commit is contained in:
Pin 2024-01-06 12:14:24 -03:00 committed by GitHub
parent 66bc256eed
commit 241dd98058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ How to Build
**Initialize Submodules**
git submodule init
git submodule update
git submodule update --depth 1
**Build OpenSSL**