aboutsummaryrefslogtreecommitdiff
path: root/puzzle
diff options
context:
space:
mode:
Diffstat (limited to 'puzzle')
-rw-r--r--puzzle/readme.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/puzzle/readme.md b/puzzle/readme.md
index 1b572ba..833723e 100644
--- a/puzzle/readme.md
+++ b/puzzle/readme.md
@@ -15,7 +15,15 @@ sure you have done the following:
- Open "Tools" > "Board" > "Board manager"
- Install the "Arduino AVR Boards" package (1.8.6 works at the time of writing)
-[arduino-cmake]: https://github.com/a9183756-gh/Arduino-CMake-Toolchain
+Some puzzle modules also require installing libraries through the Arduino
+library manager. Dependencies for specific puzzle modules are detailed on their
+Doxygen pages.
+
+### Flashing
+
+```
+$ ninja -C build upload
+```
<!--
@@ -33,3 +41,4 @@ sure you have done the following:
-->
+[arduino-cmake]: https://github.com/a9183756-gh/Arduino-CMake-Toolchain