From 9bf462e791e518f5aa1998d3138532fc46d4850f Mon Sep 17 00:00:00 2001 From: Abhas Abhinav Date: Fri, 9 Jul 2021 13:08:26 +0530 Subject: [PATCH] Formatting changes --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 0aa71ae..3758710 100644 --- a/readme.md +++ b/readme.md @@ -56,16 +56,16 @@ can be used in a similar manner with multiple video conferencing tools. cd qmk_firmware/ qmk setup ``` - - Running `qmk setup` should install the necessary tools required to compile + + Running `qmk setup` should install the necessary tools required to compile and flash the keyboard firmware. On Debian, this will do the equivalent of: - + ``` apt-get install build-essential avr-gcc arm-none-eabi-gcc avrdude dfu-util dfu-programmer ``` - - Now you should be able to compile your firmware. + + Now you should be able to compile your firmware. 5. Clone [this repository](https://sovran.dev/mh/vckyb6) into `keyboards/mh/`: