소스 검색

Fix command line options prefix. (#2790)

Shinichi Ohki 7 년 전
부모
커밋
fb5115f6cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      keyboards/chibios_test/teensy_lc_onekey/instructions.md

+ 1 - 1
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