Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

Commit 55d1d69

Browse files
committed
readme
1 parent 077b302 commit 55d1d69

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ This project does the following
2424
* When you've chosen to also include the extensions, it makes sure not to prefix libraries that they depend on. For example `phpstan/phpstan-doctrine` has references for `Doctrine` namespace in it - we don't wanna prefix them, but only everything else.
2525
* Packages everything into a Phar file for you
2626

27-
## Try it
27+
## Install phpstan.phar as a Composer package
28+
29+
The repository [phpstan/phpstan-shim](https://github.com/phpstan/phpstan-shim) contains compiled phars.
30+
It would be awesome if you'd help us test them, but keep in mind this is not production ready.
31+
32+
## Compile it yourself
2833

2934
```bash
3035
git clone https://github.com/fprochazka/phpstan-compiler

0 commit comments

Comments
 (0)