From f11aa08b0f427f59786800ae87ce43469996bc46 Mon Sep 17 00:00:00 2001 From: laz Date: Mon, 10 Feb 2025 14:26:50 +0100 Subject: [PATCH] story --- wiki-rtd/docs/wiki_about/story-goals.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wiki-rtd/docs/wiki_about/story-goals.md b/wiki-rtd/docs/wiki_about/story-goals.md index 3357334..065920f 100644 --- a/wiki-rtd/docs/wiki_about/story-goals.md +++ b/wiki-rtd/docs/wiki_about/story-goals.md @@ -2,7 +2,7 @@ ## RetroDECK's Story: How RetroDECK was born? - + ``` @@ -20,9 +20,11 @@ In the beginning I opted for a simple shell script, in fact RetroDECK aka 351EDE However I had bad feedbacks from the community because someone was feeling unsafe to give my script the root privileges so evaluating the Steam Deck use case I felt like it was not the right direction to take, the people was not feeling comfortable to give the sudo to a random script downloaded from the internet, so they asked to packetize it in some way. Valve suggests the flatpak technology to port the applications on Steam Deck so, I decided to follow their guidelines, and I created the `RetroDECK` that you know today, starting from a Manjaro virtual machine as a development environment because I did not have a Steam Deck yet. -``` // Xargon (Project Founder) +``` + + ## RetroDECK's Development Philosophy