From 68bcdea5884143d1e24d902a9cd058a32550dc17 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Wed, 31 Jul 2019 22:03:30 +0200 Subject: [PATCH] [DOC] add composer.json configuration hint --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8f747d..3a7a014 100644 --- a/README.md +++ b/README.md @@ -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.