summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2018-08-29 14:17:35 +0000
committerKarl Palsson <karlp@tweak.net.au>2018-08-29 14:17:35 +0000
commitef986d26df7fe951a7107ccd963df9302791386e (patch)
tree4bee3ebad507f36a3252c8527099936dd7437aa6 /README.md
parent31ff08db24ed62bf4fabfb1b1b887bdf720bc5c7 (diff)
downloadstm32f103c8-examples-ef986d26df7fe951a7107ccd963df9302791386e.tar
stm32f103c8-examples-ef986d26df7fe951a7107ccd963df9302791386e.tar.zst
stm32f103c8-examples-ef986d26df7fe951a7107ccd963df9302791386e.zip
make instructions copy/paste proof
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4db871c..3508ed3 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ Easy "clone and go" repository for a libopencm3 based project.
# Instructions
1. git clone https://github.com/libopencm3/libopencm3-template.git your-project
2. cd your-project
- 3. git submodule update --init (Only needed once)
- 4. make -C libopencm3 (Only needed once)
+ 3. git submodule update --init # (Only needed once)
+ 4. make -C libopencm3 # (Only needed once)
5. make -C my-project
# Directories