From a69275fd53a6d130108a0999287792f2c88810a5 Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Mon, 30 Mar 2020 14:31:51 -0700 Subject: [PATCH] Fixed seedtool installation directions. --- doc/installation.md | 2 +- seedtool/README.md | 39 ++------------------------------------- 2 files changed, 3 insertions(+), 38 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 98cc6d2..fff6fea 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -56,7 +56,7 @@ the `--uninstall` option: # FIXME - implement this! $LK_ROOT/scripts/install-lethekit --uninstall $LK_ROOT $ARDUINO_ROOT -It's safe to move your Arduino sketchCbook at any time, Lethe Kit +It's safe to move your Arduino sketchbook at any time, Lethe Kit should remain installed. If you upgrade Lethe Kit in the future use the `--upgrade` option to diff --git a/seedtool/README.md b/seedtool/README.md index 8d7bd39..972e88b 100644 --- a/seedtool/README.md +++ b/seedtool/README.md @@ -8,45 +8,10 @@ be done once, but is safe to do anytime you like. # Must be run in the seedtool directory ./enable-gitrevision-hooks.sh -### Install Arduino IDE +### Install Lethe Kit in your Arduino Sketchbook -Start with the [SparkFun Software Setup -Directions](https://learn.sparkfun.com/tutorials/samd51-thing-plus-hookup-guide/setting-up-the-arduino-ide) -to install the IDE and establish basic functionality. +[Lethe Kit Installation Instructions](../doc/installation.md) -Next, from "Manage Libraries" install: -``` -* GxEPD2 -* Keypad -``` - -Install pyserial: - - pip install --user pyserial - - -### Install Blockchain Commons Components - -``` -cd ~/Arduino/libraries - -# Install Cryptosuite -git clone git@github.com:ksedgwic/Cryptosuite.git - -# Install bip39 -git clone git@github.com:ksedgwic/bip39.git - -# Install bc-crypto-base -git clone git@github.com:BlockchainCommons/bc-crypto-base.git - -# Install bc-shamir -git clone git@github.com:BlockchainCommons/bc-shamir.git - -# Install bc-slip39 -git clone --recurse-submodules git@github.com:BlockchainCommons/bc-slip39.git -(cd bc-slip39/src && ln -s ../../bc-crypto-base/src bc-crypto-base) -(cd bc-slip39/src && ln -s ../../bc-shamir/src bc-shamir) -``` ### Add Libraries