Merge pull request #682 from pwqw/patch-1

faster submodule update
This commit is contained in:
Murmele 2024-01-15 11:36:09 +01:00 committed by GitHub
commit fbb4867afa
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**