summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index a80d1ad..d95dd16 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,10 @@ Tested on Mac OS X 10.6.8, should work on most Macs and Linuxes.
## Usage
- - `cd boards/ek-lm4f120xl/project0`
- - `make`
- - `lm4flash gcc/project0.bin`
- - Great success!
+
+```bash
+$ cd boards/ek-lm4f120xl/project0
+$ make
+$ lm4flash gcc/project0.bin
+# Great success!
+```