File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ Version 0.6.0
2+ * Exclude phpctags when re-building phar
3+ * Fix typo in README.md
4+ * Fixed PHPUnit.xml.dist
5+ * Refactoring codebase
6+ * Refactroing testsuite
7+ * Now composer support an entry point to install in globally
8+ * Define new build flow
9+
110Version 0.5.1
211-------------
312
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ Enjoy!
2020Installation
2121------------
2222
23+ ## Download
24+
25+ ```
26+ curl -Ss http://vim-php.com/phpctags/install/phpctags.phar > phpctags
27+ php ./phpctags
28+ ```
29+
30+ ## Build
2331> We currently only support building PHAR executable for \* nix like platform
2432 which provides ` make ` utility. If you are interested in building an executable
2533for other platform, especially for Windows, please help yourself out. It
You can’t perform that action at this time.
0 commit comments