Skip to content

Commit

Permalink
[DOC] add composer.json configuration hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeyerstedt committed Jul 31, 2019
1 parent a7bcb73 commit 68bcdea
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -31,10 +31,14 @@ If you are using git submodules to manage the plugins, use this command:
git submodule add https://github.com/jbeyerstedt/kirby-kirbytag-download site/plugins/kirbytag-download
```

If you are using composer to manage the plugins, try:
```
composer require jbeyerstedt/download
If you are using composer add this to your `composer.json` to always get the latest version:
```json
"require": {
"jbeyerstedt/download": "dev-kirby3"
}
```
Alternatively, you can select any version greater than 2.0.


### Usage
Now you have a new kirbytext extension for download-links.
Expand Down

0 comments on commit 68bcdea

Please sign in to comment.