Skip to content

Commit 3afb83d

Browse files
committed
core: Add note about sudo and git
1 parent 6f5511a commit 3afb83d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/build.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can find firmware source at github:
2020

2121
- <https://github.com/tmk/tmk_keyboard>
2222

23-
If you are familiar with `git` tools you are recommended to use it but you can also download zip archive from:
23+
If you are familiar with [`git`][git] tools you are recommended to use it but you can also download zip archive from:
2424

2525
- <https://github.com/tmk/tmk_keyboard/archive/master.zip>
2626

@@ -70,7 +70,7 @@ Or you can execute the command directly as the following.
7070
$ dfu-programmer <controller> flash <your_firmware.hex>
7171
$ dfu-programmer <controller> reset
7272

73-
`<controller>` part will be `atmega32u4` or `atmega32u2` in most cases. See manual of the command for the detail.
73+
`<controller>` part will be `atmega32u4` or `atmega32u2` in most cases. See manual of the command for the detail. On Linux and Mac OSX you will need proper permission to program a controller and you can use `sudo` command for this purpose probably. On Linux you also can configure `udev` rules to set permission.
7474

7575

7676
#### FLIP GUI tutorial
@@ -111,6 +111,7 @@ You may want to use other programmer like [`avrdude`][avrdude]. In that case you
111111
[dfu-prog]: http://dfu-programmer.sourceforge.net/
112112
[teensy-loader]:http://www.pjrc.com/teensy/loader.html
113113
[avrdude]: http://savannah.nongnu.org/projects/avrdude/
114+
[git]: https://git-scm.com/
114115

115116

116117

0 commit comments

Comments
 (0)