Skip to content

Commit e8154b4

Browse files
authored
Update README.md
1 parent 9504fce commit e8154b4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ Shutter Upload Plugin for CloudApp
55

66
##Installation
77

8-
Download `CloudApp.pm` and extract it to Shutter upload plugins directory. On Ubuntu, that's:
8+
Download `CloudApp.pm` and move it to the Shutter upload plugins directory, and make it executable.
9+
On Ubuntu, that's:
910
```
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
1115
```
1216

1317
Restart Shutter. You can force plugin reinitialization by clearing the cache, like so:

0 commit comments

Comments
 (0)