1
0
Fork 0

Fix command line options prefix. (#2790)

This commit is contained in:
Shinichi Ohki 2018-04-23 06:19:45 +09:00 committed by Drashna Jaelre
parent 7801356bd4
commit fb5115f6cd
1 changed files with 1 additions and 1 deletions

View File

@ -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