mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
updates the hand-wiring guide
This commit is contained in:
parent
83c52c6009
commit
bdf94c0621
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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:
|
You'll want to navigate to the `keyboard/<project_name>/` folder by typing, like the print-out from the script specifies:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue