summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2021-08-03 09:13:31 -0400
committerGitHub <noreply@github.com>2021-08-03 09:13:31 -0400
commit9302f182c69af26e2b2a35a5d3004facc8a7e925 (patch)
tree826c0f003190c05eac8033a38de2974f4828fa7b /README.md
parentfe440dc3a0054595963f9e03d77e15bd479c28f4 (diff)
downloadSensor-Watch-9302f182c69af26e2b2a35a5d3004facc8a7e925.tar.gz
Sensor-Watch-9302f182c69af26e2b2a35a5d3004facc8a7e925.tar.bz2
Sensor-Watch-9302f182c69af26e2b2a35a5d3004facc8a7e925.zip
Fix another typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9830cb90..68d9652c 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,6 @@ Getting code on the watch
-------------------------
The watch library in this repository is very work-in-progress, but it should allow you to get started. To create a new project, copy the “Sensor Watch Starter Project” and write your code in the app.c file.
-To build your project, open your terminal and navigate to the build folder, then type `make`.
+To build your project, open your terminal and navigate to the project's `make` folder, then type `make`.
To install the project onto your Sensor Watch board, plug the watch into your USB port and double tap the tiny Reset button on the back of the board. You should see the LED light up red and begin pulsing. (If it does not, make sure you didn’t plug the board in upside down). Once you see the “WATCHBOOT” drive appear on your desktop, type `make install`. This will convert your compiled program to a UF2 file, and copy it over to the watch.