From c0a2b677f01b0cdca38eec64913d6e320cc1e989 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Sat, 5 Jan 2019 15:36:30 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b3da8..bc6c090 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cd solo cd targets/stm32l432 make cbor make all-hacker -python ../../tools/programmer.py solo.hex +python ../../tools/solotool.py program solo.hex ``` If you forgot the `--recurse-submodules` when cloning, simply `git submodule update --init --recursive`.