1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Adjust build file and documentation after Composer changes

This commit is contained in:
J. King 2017-12-07 15:41:33 -05:00
parent 79f9808f1f
commit b49db8893b
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -19,7 +19,7 @@
</fileset>
</copy>
<echo>Installing dependencies via Composer</echo>
<exec command="composer install -o --no-dev" dir="./build/arsse"/>
<exec command="composer install -o --no-dev --no-scripts" dir="./build/arsse"/>
<delete>
<fileset dir="./build/arsse">
<include name="composer.*"/>