Skip to content

Commit 2337128

Browse files
committed
Add instruction to enable phar extension in README
1 parent c9979a4 commit 2337128

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ should be easy though (Apologize for not being able to provide any help for
2525
this, I am really not a Windows guy), it also would be great if someone could
2626
provide a patch for this.
2727

28-
Installation is simple, just run `make` in the root directory of the source,
29-
you will get a `phpctags` PHAR executable, add it to your `$PATH`, then you
30-
can invoke `phpcatgs` directly from anywhere.
28+
Installation is simple, make sure you have PHP's PHAR extension enabled, then
29+
just run `make` in the root directory of the source, you will get a `phpctags`
30+
PHAR executable, add it to your `$PATH`, then you can invoke `phpcatgs`
31+
directly from anywhere.
3132

3233
See [phpctags on packagist](http://packagist.org/packages/techlivezheng/phpctags)
3334
for more details.

0 commit comments

Comments
 (0)