Skip to content

Commit

Permalink
Update README and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianluca Arbezzano committed May 18, 2015
1 parent 050dee8 commit 948e6ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,12 @@
Version 0.6.0
* Exclude phpctags when re-building phar
* Fix typo in README.md
* Fixed PHPUnit.xml.dist
* Refactoring codebase
* Refactroing testsuite
* Now composer support an entry point to install in globally
* Define new build flow

Version 0.5.1
-------------

Expand Down
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,14 @@ Enjoy!
Installation
------------

## Download

```
curl -Ss http://vim-php.com/phpctags/install/phpctags.phar > phpctags
php ./phpctags
```

## Build
> We currently only support building PHAR executable for \*nix like platform
which provides `make` utility. If you are interested in building an executable
for other platform, especially for Windows, please help yourself out. It
Expand Down

0 comments on commit 948e6ad

Please sign in to comment.