Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ sudo dnf remove sunshine
```

##### Install (Copr)

> [!IMPORTANT]
> Stable builds are only available if the Sunshine release was made after the Fedora version release.
> Because of this, it is often recommended to use the beta copr.

1. Enable copr repository.
```bash
sudo dnf copr enable lizardbyte/stable
Expand Down Expand Up @@ -310,6 +315,9 @@ brew install sunshine
brew uninstall sunshine
```

> [!TIP]
> For beta you can replace `sunshine` with `sunshine-beta` in the above commands.

### macOS

> [!IMPORTANT]
Expand All @@ -320,6 +328,8 @@ This package requires that you have [Homebrew](https://docs.brew.sh/Installation

##### Install
```bash
brew update
brew upgrade
brew tap LizardByte/homebrew
brew install sunshine
```
Expand Down
Loading