From 2ae19112e35b0fbf3b5afdf65a30c2c5294b340f Mon Sep 17 00:00:00 2001 From: cp6 Date: Mon, 26 Sep 2022 13:24:53 +1000 Subject: [PATCH] Update readme Update readme for composer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0f10ba..66441af 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,13 @@ Example yabs.sh call to POST the result #### Please run the following if updating from existing install: ```shell +composer install php artisan migrate php artisan route:cache php artisan cache:clear ``` +* Added doctrine/dbal * Removed old method and functions for adding a YABS result * Fixed YABS JSON parser disk being the ram value * Fixed YABS JSON parser disk conversion (MB & GB)