From fd582d85d0c5d90df33f1f69b8aad5cb8ecc70e6 Mon Sep 17 00:00:00 2001 From: Miguel Nogueira Date: Sun, 6 Dec 2020 18:03:57 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b44f9e2..3acddcb 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ This script uses Monolog for logging and Guzzle for API requests (reports). It d Simply install the composer requirements using ``composer`` install. Open the ``boot/init.php``file and change the hardcoded require paths. This will be changed in the future with a standard require that works dynamically. +Additionally, create the ``logs`` folder and ``touch`` an empty ``app.log`` file for logging to work. + ## Usage