From fa4a5dfc2667ba4c39c8f76cddac6e5442dfc99d Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 22 Aug 2023 19:03:39 +0200 Subject: [PATCH] update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bb9fdaf..67bf94c 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,17 @@ sudo nixos-generate-config --dir yodaTab # 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 * There is controversy about flakes, rather use channels (e.g. with niv)