Reduce the amount of history for submodules.

This commit is contained in:
Dual Tachyon 2023-08-16 09:51:46 +01:00
parent 8ce783e3bb
commit b8b8d9988b

View File

@ -7,7 +7,7 @@ This currently works for me, but use at your own risk.
To build the firmware, you need to fetch the submodules and then run make:
```
git submodule update --init --recursive
git submodule update --init --recursive --depth=1
make
```