From 7ba6fe4fe3b102c7d1f9635b25a038262d9f0fed 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 7f4b5c83975011c5ffc8bb9c82b17f54cc67d3ee 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