Update build section in README

This commit is contained in:
2022-07-17 01:00:38 +02:00
parent 8de235b26f
commit fd7a7c7dfa

View File

@@ -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
```