Appimage: Difference between revisions
m link to linux kernel |
Turbotimon (talk | contribs) →Run: Improve start command py showing path instead of cryptic $AppImageFile |
||
| Line 14: | Line 14: | ||
<syntaxhighlight lang="shell"> | <syntaxhighlight lang="shell"> | ||
$ nix-shell -p appimage-run | $ nix-shell -p appimage-run | ||
$ appimage-run | $ appimage-run path/to/application.AppImage | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<translate> | <translate> | ||