Skip to content

Commit 948e6ad

Browse files
author
Gianluca Arbezzano
committed
Update README and ChangeLog
1 parent 050dee8 commit 948e6ad

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
Version 0.5.1
211
-------------
312

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ Enjoy!
2020
Installation
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
2533
for other platform, especially for Windows, please help yourself out. It

0 commit comments

Comments
 (0)