From 3a3d62f28a69475cb1a33b0ec9040674336219e8 Mon Sep 17 00:00:00 2001 From: Steffen Giers Date: Fri, 5 Jul 2019 22:14:00 +0200 Subject: [PATCH] docs: add hint to git submodule installation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 179d82b..d677284 100755 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ composer require gearsdigital/kirby-reporter git submodule add https://github.com/gearsdigital/kirby-reporter.git site/plugins/kirby-reporter ``` +> Hint: Don't forget to run composer install in `site/plugins/kirby-reporter` . + ### Download [Download](https://github.com/gearsdigital/kirby-reporter/releases/latest) and copy this repository to `/site/plugins/kirby-reporter`.