summaryrefslogtreecommitdiffstats
path: root/keyboards/chibios_test
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/chibios_test')
-rw-r--r--keyboards/chibios_test/teensy_lc_onekey/instructions.md2
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 85698bd84..66f73bf14 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