mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
Add Flatpak repository installation instructions to README
This commit is contained in:
14
README.md
14
README.md
@@ -27,7 +27,7 @@ Screenshots: KDE Plasma on Linux.
|
||||
|
||||
## Quick Start
|
||||
|
||||
Two sensible paths right now:
|
||||
Three sensible paths right now:
|
||||
|
||||
### Option A: Arch Linux (AUR)
|
||||
|
||||
@@ -52,6 +52,18 @@ Then launch:
|
||||
~/.local/bin/bearwave
|
||||
```
|
||||
|
||||
### Option C: Flatpak (Universal / Immutable OS)
|
||||
|
||||
If you are running an immutable Linux distribution (like Fedora Silverblue, SteamOS) or simply prefer sandboxed applications, you can install BearWave directly from our independent repository:
|
||||
|
||||
```bash
|
||||
# Add the BearWave repository
|
||||
flatpak remote-add --user --no-gpg-verify bearwave-repo https://flatpak.bearwave.app/bearwave.flatpakrepo
|
||||
|
||||
# Install the application
|
||||
flatpak install bearwave-repo de.nerdbear.bearwave
|
||||
```
|
||||
|
||||
## What BearWave Is
|
||||
|
||||
BearWave focuses on:
|
||||
|
||||
Reference in New Issue
Block a user