From 354c16c0e4e977afc8e66dc879d0c9d5f38434ea Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Mon, 22 Feb 2016 00:09:38 +1300 Subject: [PATCH] Updating instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bba8b95..5a3dde5 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,14 @@ Checks if any of your composer dependencies needs to be updated. Installation ------------ +The following installation commands includes schedulding a queuedjob to populate the data. Run the following command to install this package: + ``` composer require spekulatius/silverstripe-composer-update-checker dev-master +php ./framework/cli-script.php dev/build +php ./framework/cli-script.php dev/tasks/ProcessJobQueueTask ``` -Please run dev/build after the installation of the package. - - Future development / Ideas --------------------------