From fb5115f6cd8242788cc23a19a691c44d507ec53c Mon Sep 17 00:00:00 2001 From: Shinichi Ohki Date: Mon, 23 Apr 2018 06:19:45 +0900 Subject: Fix command line options prefix. (#2790) --- keyboards/chibios_test/teensy_lc_onekey/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/chibios_test') 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 -- cgit v1.2.3-24-g4f1b