diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-05 11:19:17 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-06-05 11:19:17 -0400 |
commit | bdf94c0621c4d1293618cab9589e593c3d713852 (patch) | |
tree | 604fbe56c12fe76c388223d08c023e6e11c1285e /doc | |
parent | 83c52c6009c6b540fcf9288004ac4ae896f4ac7b (diff) | |
download | qmk_firmware-bdf94c0621c4d1293618cab9589e593c3d713852.tar.gz qmk_firmware-bdf94c0621c4d1293618cab9589e593c3d713852.zip |
updates the hand-wiring guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HAND_WIRE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HAND_WIRE.md b/doc/HAND_WIRE.md index 0b7367eda3..704930a538 100644 --- a/doc/HAND_WIRE.md +++ b/doc/HAND_WIRE.md @@ -187,7 +187,7 @@ To start out, download [the firmware](https://github.com/jackhumbert/qmk_firmwar The first thing we're going to do is create a new project using the script in the root directory of the firmware. In your terminal, run this command with `<project_name>` replaced by the name of your project - it'll need to be different from any other project in the `keyboard/` folder: - ./new_project.sh <project_name> + util/new_project.sh <project_name> You'll want to navigate to the `keyboard/<project_name>/` folder by typing, like the print-out from the script specifies: |