From 3c9315e34c0c192651c84ac895d6c4ddfd5a73c1 Mon Sep 17 00:00:00 2001 From: Somebodyisnobody <35230554+Somebodyisnobody@users.noreply.github.com> Date: Mon, 9 Mar 2020 10:49:14 +0100 Subject: [PATCH] Update README.md Basic steps how to apply updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aac1785..548e623 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,11 @@ git checkout ${VERSION_TO_BUILD} git submodule update --init --recursive ``` -## Installing the toolchain +## Installing the toolchain and applying updates -In order to compile ARM code, you need the ARM compiler and other things like bundling bootloader and firmware require the `solo-python` python package. Check our [documentation](https://docs.solokeys.io/solo/) for details +In order to compile ARM code, you need the ARM compiler and other things like bundling bootloader and firmware require the [solo-python](https://github.com/solokeys/solo-python) python package. Check our [documentation](https://docs.solokeys.io/solo/) for details. + +You can update your solokey after running `pip3 install solo-python` with `solo key update` for the latest version. To apply a custom image use `solo program bootloader (.json|.hex)`. ## Installing the toolkit and compiling in Docker Alternatively, you can use Docker to create a container with the toolchain.