From fd7a7c7dfaec6ea893eb216557c23946f3a6154c Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Sun, 17 Jul 2022 01:00:38 +0200 Subject: [PATCH] Update build section in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5e22dd..9ea413c 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,11 @@ On Debian or Ubuntu one can use the following command sudo apt-get install gcc-arm-none-eabi ``` -Cloning source code and compiling ---------------------------------- +Cloning source code and compile ``` git clone --recursive https://git.spengler.co.za/deon/gnuk.git gnuk cd gnuk/src -./configure +./configure --vidpid=1209:2440 make ```