Skip to content

Commit 55105be

Browse files
committed
Instruct users to make the plugin executable
1 parent 19b9f99 commit 55105be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This plugin requires the following dependencies in order to work properly:
1818
# get linuxdeploy and linuxdeploy-plugin-gtk
1919
> wget -c "https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
2020
> 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
2123

2224
# get list of variables
2325
> ./linuxdeploy-plugin-gtk.sh --help

0 commit comments

Comments
 (0)