From b49db8893b873e7afbb4f6d456d28dee1e4ab130 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Thu, 7 Dec 2017 15:41:33 -0500 Subject: [PATCH] Adjust build file and documentation after Composer changes --- README.md | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fe774e..77addd6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If installing from the Git repository rather than a download package, you will n First, you must install [Composer](https://getcomposer.org/) to fetch required PHP libraries. Once Composer is installed, dependencies may be downloaded with the following command: ``` sh -php composer.phar install -o --no-dev +php composer.phar install -o --no-dev --no-scripts ``` Second, you may wish to create an example configuration file using the following command: diff --git a/build.xml b/build.xml index e255e2e..5c8613f 100644 --- a/build.xml +++ b/build.xml @@ -19,7 +19,7 @@ Installing dependencies via Composer - +