From b1b66bd48c7ca7f6e4bb90bf6829a39899c31ff2 Mon Sep 17 00:00:00 2001 From: laz <thelazorne@protonmail.com> Date: Thu, 8 Aug 2024 06:16:00 +0200 Subject: [PATCH] testing --- wiki-rtd/docs/wiki_development/testing/cooker-testing.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wiki-rtd/docs/wiki_development/testing/cooker-testing.md b/wiki-rtd/docs/wiki_development/testing/cooker-testing.md index 682fee4..0f63ae3 100644 --- a/wiki-rtd/docs/wiki_development/testing/cooker-testing.md +++ b/wiki-rtd/docs/wiki_development/testing/cooker-testing.md @@ -32,12 +32,15 @@ The RetroDECK Team also has never had any major data loss so far and we do Cooke ## Step 3: Terminal -Open the terminal window. +You will need to open the terminal for this step. ### Remove and Install -- `flatpak remove net.retrodeck.retrodeck` and press (y) yes to remove RetroDECK. If you have more than one version installed for some reason choose to remove all versions. -- `flatpak install --user --bundle --noninteractive -y "~/Downloads/RetroDECK-cooker.flatpak"` this will install RetroDECK Cooker. +1. Open the terminal window where you have downloaded the `RetroDECK-cooker.flatpak` normally it's under `~/Downloads/RetroDECK-cooker.flatpak` file. **Note:** The Downloads folder can have a different name depending on your language settings. + +2. Type `flatpak remove net.retrodeck.retrodeck -y` to remove RetroDECK. **Note:** If you have more than one version installed for some reason choose to remove all versions. + +3. `flatpak install --user --bundle --noninteractive -y RetroDECK-cooker.flatpak` this will install RetroDECK Cooker. ## Step 4: Upgrade