diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ Easy "clone and go" repository for a libopencm3 based project. 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 my-project + 4. make -C libopencm3 (Only needed once) + 5. make -C my-project # Directories * my-project contains your application |