Fix command line options prefix. (#2790)
authorShinichi Ohki <ohki@switch-science.com>
Sun, 22 Apr 2018 21:19:45 +0000 (06:19 +0900)
committerDrashna Jaelre <drashna@live.com>
Sun, 22 Apr 2018 21:19:45 +0000 (14:19 -0700)
keyboards/chibios_test/teensy_lc_onekey/instructions.md

index 85698bd..66f73bf 100644 (file)
@@ -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