update README

This commit is contained in:
Daniel Langbein 2023-08-22 19:03:39 +02:00
parent e587ad1427
commit fa4a5dfc26

View File

@ -104,6 +104,17 @@ sudo nixos-generate-config --dir yodaTab
# TODO # TODO
``` ```
## Run an AppImage
* https://nixos.wiki/wiki/Appimage
```shell
# Note how your shell prefix changes.
nix-shell --packages appimage-run
# Inside the shell, you can run an AppImage:
appimage-run ~/Downloads/ubports-installer_0.10.0_linux_x86_64.AppImage
```
## General Notes ## General Notes
* There is controversy about flakes, rather use channels (e.g. with niv) * There is controversy about flakes, rather use channels (e.g. with niv)