aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNicolas Schodet2023-03-06 17:36:31 +0100
committerNicolas Schodet2023-03-06 17:36:31 +0100
commitd383f2bcdb6ff13cc562fce1ff55d826035debad (patch)
treef5cd0440869b8ba823fd254b361cdefe95e153b4 /README
parent8fce63fda48a6593870ffd3c584c9dd0808bc2c2 (diff)
Simplify source tree
Now just use make in the root directory to build.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4da7744..bcdcdab 100644
--- a/README
+++ b/README
@@ -10,9 +10,9 @@ including documentation, building guides, and more:
Quick start
-----------
-To build the firmware, run make in the AT91SAM7S256/SAM7S256/gcc directory. It
-will produce a nxt_firmware.bin file that you can flash with your tool of
-choice. For example, you can use fwflash from libnxt.
+To build the firmware, run make in this directory. It will produce a
+nxt_firmware.bin file that you can flash with your tool of choice. For
+example, you can use fwflash from libnxt.
License