From 5a77762ce927d45b9336f81862c476503f4f363a Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sat, 30 Apr 2022 21:28:12 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636cbfc..e9ba43c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please see the various Makefile's included in the project for more information. * For STM32F103 using Ubuntu OS install the standard ARM embedded toolchain (typically arm-gcc-none-eabi). - Make sure to clone this repository with the ```--recurse-submodules``` option, otherwise the STM32 platform files will be missing! ```git clone --recurse-submodules https://github.com/DVMProject/dvmfirmware-hs.git``` -Use the ```make``` command to build the firmware, choosing the appropriate makefile with the -F switch. +Use the ```make``` command to build the firmware, choosing the appropriate makefile with the -f switch. ## Firmware installation