~ruther/qmk_firmware

fb5115f6cd8242788cc23a19a691c44d507ec53c — Shinichi Ohki 7 years ago 7801356
Fix command line options prefix. (#2790)

1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/chibios_test/teensy_lc_onekey/instructions.md
M keyboards/chibios_test/teensy_lc_onekey/instructions.md => keyboards/chibios_test/teensy_lc_onekey/instructions.md +1 -1
@@ 15,7 15,7 @@ Next, you'll need ChibiOS. For Teensies, you'll need code from two repositories:

### If you’re 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 you’re not using Git