From 94419ab739bb8a90cf30e18aff2d6d3841a86eee Mon Sep 17 00:00:00 2001
From: XargonWan <6771419+XargonWan@users.noreply.github.com>
Date: Sun, 27 Mar 2022 09:47:56 +0900
Subject: [PATCH 1/2] Update README.md

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

diff --git a/README.md b/README.md
index bcea056a..430f7c05 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,11 @@ No, I don't support Windows, but the project is fully opensource so you can port
 **Can I help?**\
 Of course, any help is appreciated.
 
+If you want to build on your machine for developing or just testing purposes:
+```
+git clone --recursive https://github.com/XargonWan/RetroDECK.git
+cd RetroDECK
+./build-retrodeck.sh
+```
+
 Join our [Discord](https://discord.gg/Dz3szYsP8g)!

From 72a058c281c0f430e4f1eb39d9cf7f744c677c9b Mon Sep 17 00:00:00 2001
From: XargonWan <6771419+XargonWan@users.noreply.github.com>
Date: Sun, 27 Mar 2022 09:49:13 +0900
Subject: [PATCH 2/2] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 430f7c05..7f837819 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ No, I don't support Windows, but the project is fully opensource so you can port
 **Can I help?**\
 Of course, any help is appreciated.
 
-If you want to build on your machine for developing or just testing purposes:
+If you want to build the RetroDECK flatpak on your machine for developing or just testing purposes:
 ```
 git clone --recursive https://github.com/XargonWan/RetroDECK.git
 cd RetroDECK