Move flatpak instructions to INSTALL.md

This commit is contained in:
Geoffrey D. Bennett
2023-10-20 14:55:39 +10:30
parent cb11f8170e
commit 48d4ea5ce5
2 changed files with 20 additions and 18 deletions

View File

@@ -107,3 +107,23 @@ sudo make uninstall
Continue on to reading [USAGE.md](USAGE.md) for usage information and Continue on to reading [USAGE.md](USAGE.md) for usage information and
known issues. known issues.
## Flatpak
With Flatpak, in any distro:
```
flatpak-builder --user --install --force-clean flatpak-build \
vu.b4.alsa-scarlett-gui.yml
```
Be sure to use `flatpak-build` as the directory where the flatpak is
built or hence you risk bundling the artifacts when comitting!
If it asks for the SDK, just install it:
```
flatpak install org.gnome.Sdk
```
And pick the right version.

View File

@@ -5,24 +5,6 @@ install, and run.
For usage instructions, read on... For usage instructions, read on...
With Flatpak, in any distro:
```
flatpak-builder --user --install --force-clean flatpak-build \
vu.b4.alsa-scarlett-gui.yml
```
Be sure to use `flatpak-build` as the directory where the flatpak is
built or hence you risk bundling the artifacts when comitting!
If it asks for the SDK, just install it:
```
flatpak install org.gnome.Sdk
```
And pick the right version.
## No interface connected ## No interface connected
If no interface is detected (usually because there isnt one If no interface is detected (usually because there isnt one