Browse Source

Fix command line options prefix. (#2790)

pull/2777/merge
Shinichi Ohki 6 years ago
committed by Drashna Jaelre
parent
commit
fb5115f6cd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/chibios_test/teensy_lc_onekey/instructions.md

+ 1
- 1
keyboards/chibios_test/teensy_lc_onekey/instructions.md View 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


Loading…
Cancel
Save