summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2015-10-17 02:34:56 +0000
committerKarl Palsson <karlp@tweak.net.au>2015-10-17 02:35:39 +0000
commit935912fb0ee34bc088d29731fd221ff61b783b7d (patch)
treeafcc9308e6fe6583c557bac1f89b670942c4902c /README.md
parent8d538b3935842204c7a545184df302958fc2015d (diff)
downloadolsndot-935912fb0ee34bc088d29731fd221ff61b783b7d.tar.gz
olsndot-935912fb0ee34bc088d29731fd221ff61b783b7d.tar.bz2
olsndot-935912fb0ee34bc088d29731fd221ff61b783b7d.zip
fix markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9ab0cd6..94cb7a8 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,11 @@ cross target testing, with the aim of making them as automated as possible.
General plan is something like....
-# make -C libopencm3 clean all -j8
-# make -C tests/xxx clean all flash test V=1
-# cd libopencm3
-# git checkout proposed-new-code
-# return to step 1
+1. make -C libopencm3 clean all -j8
+2. make -C tests/xxx clean all flash test V=1
+3. cd libopencm3
+4. git checkout proposed-new-code
+5. return to step 1
Mileage _will_ vary.