Skip to content

Commit f904fff

Browse files
committed
Highlight make as command.
1 parent b24e01d commit f904fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Build notes:
3434
* Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
3535
* Include ```make``` and the ```arm-none-eabi-*``` tools in your path.
3636
* Run ```git submodule init``` and ```git submodule update``` before building.
37-
* Make produces 2 files:
37+
* ```make``` produces 2 files:
3838
* ```build/firmware.bin```: this is compatible with the sdcard bootloader.
3939
* ```build/grbl.hex```: this is not compatible with the sdcard bootloader. It loads using Flash Magic
4040
and is primarilly for developers who don't want to keep swapping sdcards. If you flash this,

0 commit comments

Comments
 (0)