Move flatpak instructions to INSTALL.md
This commit is contained in:
20
INSTALL.md
20
INSTALL.md
@@ -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.
|
||||||
|
|||||||
18
USAGE.md
18
USAGE.md
@@ -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 isn’t one
|
If no interface is detected (usually because there isn’t one
|
||||||
|
|||||||
Reference in New Issue
Block a user