This commit is contained in:
Peter D. Gray 2021-04-08 13:26:32 -04:00
parent 266e496b23
commit 654cc8dfec
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -35,6 +35,11 @@ Do a checkout, recursively to get all the submodules:
git clone --recursive https://github.com/Coldcard/firmware.git
Already checked-out and getting git errors? Do this:
git fetch
git reset --hard origin/master
Then:
- `cd firmware`