Skip to content

Commit

Permalink
updated installation instructions for composer global
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel committed Mar 22, 2019
1 parent fbafb33 commit 4901347
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ To use it you need to install php first. I tested the project with php 7 on linu

### Installing

The easiest installation is using composer:
`composer global install millsoft/acetool`

Install this project on your machine by downloading the ZIP or use git to clone it. Then use comoser to install all needed dependencies by executing following command in the project directory:

Expand All @@ -36,7 +38,9 @@ Install this project on your machine by downloading the ZIP or use git to clone

### Running

To run the app simply execute the ace.php with php:
If you installed this tool with composer, you can type `ace` in your terminal.

Otherwise, simply execute the ace.php with php:

php ace.php
If you cann the script like that you will see a help page and all available commands / parameters. To get help for a given command add --help to the command, for example:
Expand Down

0 comments on commit 4901347

Please sign in to comment.