Updated FAQ Build (markdown)

This commit is contained in:
tmk 2015-01-14 09:23:20 +09:00
parent 7c80d1d777
commit c716bc0234
1 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
# FAQ/Build
## How to Build
See this first!
https://github.com/tmk/tmk_keyboard/blob/master/doc/build.md
## READ FIRST
- https://github.com/tmk/tmk_keyboard/blob/master/doc/build.md
In short,
$ make clean
$ make [KEYMAP=...]
$ make [-f Makefile.<variant>] [KEYMAP=...] clean
$ make [-f Makefile.<variant>] [KEYMAP=...]
$ make [-f Makefile.<variant>] [KEYMAP=...] dfu
## Do 'make clean' before 'make'