Skip to content

Commit

Permalink
Expand comment in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vomindoraan authored and Konstantin Đorđević committed Nov 5, 2018
1 parent 04f92da commit 7417d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started_build_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ util/docker_build.sh keyboard:keymap
```
This will compile the targeted keyboard/keymap and leave the resulting `.hex` or `.bin` file in the QMK directory for you to flash. If `:keymap` is omitted, the `default` keymap is used. Note that the parameter format is the same as when building with `make`.

You can also start the script without any parameters, in which case it will ask you to input the build parameters one by one:
You can also start the script without any parameters, in which case it will ask you to input the build parameters one by one, which you may find easier to use:
```bash
util/docker_build.sh
# Reads parameters as input
# Reads parameters as input (leave blank for defaults)
```

There is also support for building _and_ flashing the keyboard straight from Docker by specifying the `target` as well:
Expand Down

0 comments on commit 7417d5d

Please sign in to comment.