diff options
author | Shinichi Ohki <ohki@switch-science.com> | 2018-04-23 06:19:45 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-22 14:19:45 -0700 |
commit | fb5115f6cd8242788cc23a19a691c44d507ec53c (patch) | |
tree | 591d9dae4037edef4b9fb18da976ffe16e3101e4 | |
parent | 7801356bd4d098edab80543cb704e9a995e6ec4e (diff) | |
download | qmk_firmware-fb5115f6cd8242788cc23a19a691c44d507ec53c.tar.gz qmk_firmware-fb5115f6cd8242788cc23a19a691c44d507ec53c.zip |
Fix command line options prefix. (#2790)
-rw-r--r-- | keyboards/chibios_test/teensy_lc_onekey/instructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/chibios_test/teensy_lc_onekey/instructions.md b/keyboards/chibios_test/teensy_lc_onekey/instructions.md index 85698bd841..66f73bf14b 100644 --- a/keyboards/chibios_test/teensy_lc_onekey/instructions.md +++ b/keyboards/chibios_test/teensy_lc_onekey/instructions.md @@ -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 |