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 --------------------------