From c66e549633b49723ce59c5cd7c5de5da44e38a6e Mon Sep 17 00:00:00 2001 From: Todd Fleming Date: Tue, 17 Jan 2017 21:00:37 -0500 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e944108..2770322 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ New configuration settings Build notes: * 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: * ```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