aboutsummaryrefslogtreecommitdiff
path: root/puzzle
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 14:16:51 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 14:16:51 +0200
commitc1473020106d36b20cde090ac417c253b0059336 (patch)
treec26a922dd3aad35fb11088534c055ad79683541c /puzzle
parentad3e4f50ab83036ab974b4f30295c873dac3c7f0 (diff)
fix up documentation some more
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