We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c29a8 commit b90d550Copy full SHA for b90d550
README.md
@@ -18,6 +18,13 @@ Enjoy!
18
Installation
19
------------
20
21
+> We currently only support building PHAR executable for \*nix like platform
22
+which provides `make` utility. If you are interested in building an executable
23
+for other platform, especially for Windows, please help yourself out. It
24
+should be easy though (Apologize for not being able to provide any help for
25
+this, I am really not a Windows guy), it also would be great if someone could
26
+provide a patch for this.
27
+
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.
0 commit comments