Skip to content

Commit b85bf2c

Browse files
committed
docs: install Flatpak stable branch and add migration note
1 parent 18b3260 commit b85bf2c

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,16 @@ Note: release artifacts may be unsigned/ad-hoc signed when Apple notarization se
118118

119119
```bash
120120
flatpak remote-add --if-not-exists --user adarcher-rustysound https://ad-archer.github.io/packages/rustysound.flatpakrepo
121-
flatpak install --user adarcher-rustysound app.adarcher.rustysound
121+
flatpak install --user adarcher-rustysound app.adarcher.rustysound//stable
122122
flatpak run app.adarcher.rustysound
123123
```
124124

125+
If you installed an older build that tracked `master`, migrate once with:
126+
127+
```bash
128+
flatpak install --user adarcher-rustysound app.adarcher.rustysound//stable
129+
```
130+
125131
To remove:
126132

127133
```bash
@@ -149,7 +155,7 @@ flatpak install --user flathub org.gnome.Platform//49
149155
flatpak install --user flathub org.gnome.Platform.Locale//49
150156

151157
# Then reinstall the app from the adarcher remote
152-
flatpak install --user adarcher-rustysound app.adarcher.rustysound
158+
flatpak install --user adarcher-rustysound app.adarcher.rustysound//stable
153159
```
154160

155161
If you prefer a system-wide install (no `--user`), omit `--user` from the commands. Also ensure the runtime architecture matches your system (x86_64 vs aarch64).

0 commit comments

Comments
 (0)