Fix command line options prefix. (#2790)

pull/2781/head^2
Shinichi Ohki 6 years ago committed by Drashna Jaelre
parent 7801356bd4
commit fb5115f6cd

@ -15,7 +15,7 @@ Next, you'll need ChibiOS. For Teensies, you'll need code from two repositories:
### If youre using git
Run `git submodule sync —recursive && git submodule update --init —recursive`. This will install ChibiOS and ChibiOS-Contrib in the `/lib/` directory.
Run `git submodule sync --recursive && git submodule update --init --recursive`. This will install ChibiOS and ChibiOS-Contrib in the `/lib/` directory.
### If youre not using Git

Loading…
Cancel
Save