From 473d41ab70b2fb318dd9deacccda55ecc56f34cb Mon Sep 17 00:00:00 2001
From: BenRoe <mail@benjaminroesner.com>
Date: Fri, 18 Sep 2020 22:12:50 +0200
Subject: [PATCH] Add build-guide link and info for building firmware

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index fad7dd6..bea64e4 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ and has the the following additional features.
 - underglow with SK6812 Mini RGB led's (6 per side)
 - per key RGB led with SK6812 Mini-E led (with legs, easy to solder)
 
+**[Build-Guide](buildguide_en.md)**
+
 **Hardware available at [keycapsss.com](https://keycapsss.com)**
 
 ![](img/Lily58L-pcb-1.png)
@@ -45,4 +47,5 @@ Part name | Quantity | Remarks | Photo |
  
 Clone/download the Lily58L firmware branch and execute the following in the `qmk_firmware` directory to write the default Lily58L keymap
 
+    git checkout Lily58L
     qmk compile -kb lily58l -km default   
\ No newline at end of file