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 9504fce commit e8154b4Copy full SHA for e8154b4
README.md
@@ -5,9 +5,13 @@ Shutter Upload Plugin for CloudApp
5
6
##Installation
7
8
-Download `CloudApp.pm` and extract it to Shutter upload plugins directory. On Ubuntu, that's:
+Download `CloudApp.pm` and move it to the Shutter upload plugins directory, and make it executable.
9
+On Ubuntu, that's:
10
```
-/usr/share/shutter/resources/system/upload_plugins/upload/
11
+cd /usr/share/shutter/resources/system/upload_plugins/upload
12
+sudo mv ~/Downloads/CloudApp.pm .
13
+sudo chown root:root CloudApp.pm
14
+sudo chmod a+x CloudApp.pm
15
16
17
Restart Shutter. You can force plugin reinitialization by clearing the cache, like so:
0 commit comments