diff --git a/.gitmodules b/.gitmodules index b308f37..cbd3973 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,33 +1,33 @@ [submodule "deps/bc-crypto-base"] path = deps/bc-crypto-base - url = git@github.com:BlockchainCommons/bc-crypto-base.git + url = https://github.com/BlockchainCommons/bc-crypto-base.git [submodule "deps/bc-shamir"] path = deps/bc-shamir - url = git@github.com:BlockchainCommons/bc-shamir.git + url = https://github.com/BlockchainCommons/bc-shamir.git [submodule "deps/TRNG-for-ATSAMD51J19A-Adafruit-Metro-M4-"] path = deps/TRNG-for-ATSAMD51J19A-Adafruit-Metro-M4- - url = git@github.com:SapientHetero/TRNG-for-ATSAMD51J19A-Adafruit-Metro-M4-.git + url = https://github.com/SapientHetero/TRNG-for-ATSAMD51J19A-Adafruit-Metro-M4-.git [submodule "deps/bc-bip39"] path = deps/bc-bip39 - url = git@github.com:BlockchainCommons/bc-bip39.git + url = https://github.com/BlockchainCommons/bc-bip39.git [submodule "deps/GxEPD2"] path = deps/GxEPD2 - url = git@github.com:BlockchainCommons/GxEPD2.git + url = https://github.com/BlockchainCommons/GxEPD2.git [submodule "deps/libwally-core"] path = deps/libwally-core - url = git@github.com:ElementsProject/libwally-core.git + url = https://github.com/ElementsProject/libwally-core.git [submodule "deps/secp256k1-embedded"] path = deps/secp256k1-embedded - url = git@github.com:BlockchainCommons/secp256k1-embedded.git + url = https://github.com/BlockchainCommons/secp256k1-embedded.git [submodule "deps/bc-bytewords"] path = deps/bc-bytewords - url = git@github.com:BlockchainCommons/bc-bytewords.git + url = https://github.com/BlockchainCommons/bc-bytewords.git [submodule "deps/bc-sskr"] path = deps/bc-sskr - url = git@github.com:BlockchainCommons/bc-sskr.git + url = https://github.com/BlockchainCommons/bc-sskr.git [submodule "deps/Library-Arduino-Cbor"] path = deps/Library-Arduino-Cbor - url = git@github.com:jjtara/Library-Arduino-Cbor.git + url = https://github.com/jjtara/Library-Arduino-Cbor.git [submodule "deps/ArduinoSTL"] path = deps/ArduinoSTL - url = git@github.com:mike-matera/ArduinoSTL.git + url = https://github.com/mike-matera/ArduinoSTL.git diff --git a/doc/installation.md b/doc/installation.md index 9559900..3a0a821 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -47,7 +47,7 @@ The installation script creates symbolic links in `Arduino/Libraries` which point back to the appropriate dependencies in `$LK_ROOT/deps`. -### Notes +#### Notes It's safe to re-run the installation at any time. @@ -59,6 +59,10 @@ $ cd bc-lethekit $ export LK_ROOT=`pwd` && $LK_ROOT/scripts/install-lethekit $LK_ROOT ``` +### Next steps + +Proceed to [Seedtool Installation Instructions](../seedtool/doc/build.md) to compile and install the `seedtool` firmware on your LetheKit. +