Skip to content

Commit ca83fd1

Browse files
committed
Extra installer documentation for phar/phive
1 parent 4f55262 commit ca83fd1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,16 @@ This gives you a bin file named `mozart` inside your `vendor/bin` directory, aft
3333

3434
After configuring Mozart properly, the `mozart compose` command does all the magic.
3535

36-
### Standalone Phar
37-
`mozart.phar` can be [downloaded from the releases page](https://github.com/coenjacobs/mozart/releases):
36+
### PHAR (via Phive)
37+
Mozart can be installed via [Phive](https://github.com/phar-io/phive):
38+
39+
```
40+
phive install coenjacobs/mozart --force-accept-unsigned
41+
```
42+
43+
Alternatively, the `mozart.phar` file can be [downloaded from the releases page](https://github.com/coenjacobs/mozart/releases) and then be run from your project directory:
3844

3945
```
40-
composer install --no-dev
4146
php mozart.phar compose
4247
```
4348

0 commit comments

Comments
 (0)