From f904fff7bac36413c8df8a6f65084e225a820d1d Mon Sep 17 00:00:00 2001 From: Claudio Prezzi Date: Wed, 21 Jun 2017 09:06:55 +0200 Subject: [PATCH] Highlight make as command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbb611..93f1839 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Build notes: * Install the ARM embeded toolchain (see https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads) * Include ```make``` and the ```arm-none-eabi-*``` tools in your path. * Run ```git submodule init``` and ```git submodule update``` before building. -* Make produces 2 files: +* ```make``` produces 2 files: * ```build/firmware.bin```: this is compatible with the sdcard bootloader. * ```build/grbl.hex```: this is not compatible with the sdcard bootloader. It loads using Flash Magic and is primarilly for developers who don't want to keep swapping sdcards. If you flash this,