Skip to content

Commit

Permalink
make instructions copy/paste proof
Browse files Browse the repository at this point in the history
  • Loading branch information
karlp committed Aug 29, 2018
1 parent 31ff08d commit ef986d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef986d2

Please sign in to comment.