Skip to content

Commit

Permalink
faster submodule update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pwqw authored Jan 6, 2024
1 parent 66bc256 commit 241dd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ How to Build
**Initialize Submodules**

git submodule init
git submodule update
git submodule update --depth 1

**Build OpenSSL**

Expand Down

0 comments on commit 241dd98

Please sign in to comment.