Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtBIT authored Sep 9, 2016
1 parent 9504fce commit e8154b4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ Shutter Upload Plugin for CloudApp

##Installation

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.
On Ubuntu, that's:
```
/usr/share/shutter/resources/system/upload_plugins/upload/
cd /usr/share/shutter/resources/system/upload_plugins/upload
sudo mv ~/Downloads/CloudApp.pm .
sudo chown root:root CloudApp.pm
sudo chmod a+x CloudApp.pm
```

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

0 comments on commit e8154b4

Please sign in to comment.