We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b9f99 commit 55105beCopy full SHA for 55105be
README.md
@@ -18,6 +18,8 @@ This plugin requires the following dependencies in order to work properly:
18
# get linuxdeploy and linuxdeploy-plugin-gtk
19
> wget -c "https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
20
> wget -c "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
21
+# make them executable so that we can call them (and also, plugins called from linuxdeploy are called like binaries)
22
+> chmod +x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-gtk.sh
23
24
# get list of variables
25
> ./linuxdeploy-plugin-gtk.sh --help
0 commit comments