Skip to content

Commit

Permalink
Merge pull request #51 from mmattel/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Felix Rupp authored Mar 3, 2020
2 parents 540bb59 + e97b217 commit 6c9acf4
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ Minimal clipboard feature for the files application. Allows to copy and move fil

![](https://raw.githubusercontent.com/felixrupp/owncloud-files_clipboard/master/appinfo/screenshot.gif)

Installation
------------
Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`.
Installation via Marketplace
----------------------------
The easiest way installing this app is via the ownCloud [marketplace](https://marketplace.owncloud.com). To do so, enter the browser of your ownCloud instance, select the marketplace app, search for the Files Clipboard app and click install. Please note that your app directory must be writable by your instance. Post installing, you have to enable the app via your owncloud settings page to use it. Because this app is signed, no furter actions are required.

Manual Installation
-------------------
Extract the [release](https://github.com/felixrupp/owncloud-files_clipboard/releases/latest) in your `apps` directory and rename it to `files_clipboard`. Post extracting, grant the correct rights and permissions and enable the app either via a occ command or the settings page in your browser. Because this method is installing an unsigned app, you have to add a config parameter to your config.php file of your instance to avoid complains about a missing signature .

```
'integrity.ignore.missing.app.signature' =>
[
0 => 'files_clipboard',
],
```

License
-------
Expand All @@ -16,8 +27,8 @@ License
Authors
-------

Current Version, since 1.0.0:
Current Version, since 1.0.1:
* Felix Rupp - [github.com/felixrupp](https://github.com/felixrupp)

Older Versions:
* leizh - [github.com/leizh](https://github.com/leizh/)
* leizh - [github.com/leizh](https://github.com/leizh/)

0 comments on commit 6c9acf4

Please sign in to comment.