From 1424e197b82758573382173a117ff95126e45c8d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:08:02 -0500 Subject: [PATCH] fix(sunshine): update creds commands --- docs/sunshine/creds.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/sunshine/creds.md b/docs/sunshine/creds.md index 8b68c9d..0d1d562 100644 --- a/docs/sunshine/creds.md +++ b/docs/sunshine/creds.md @@ -16,14 +16,6 @@ sunshine --creds {new-username} {new-password} ## Flatpak (Linux) -### From github.com/LizardByte releases - -```bash -flatpak run --command=sunshine dev.lizardbyte.Sunshine --creds {new-username} {new-password} -``` - -### From Flathub - ```bash flatpak run --command=sunshine dev.lizardbyte.app.Sunshine --creds {new-username} {new-password} ```