Skip to content

Commit 2c29faf

Browse files
committed
Merge remote branch 'cweagans/patch-1' into develop
2 parents 243e818 + 4ff3d72 commit 2c29faf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ INSTALL
5454

5555
see php-git Wiki: <https://github.com/chobie/php-git/wiki>
5656

57+
== Quick Instructions
58+
59+
* Install libgit2, pcre, and a build chain (Ubuntu: build-essential; Mac: xcode)
60+
* `git clone git://github.com/libgit2/php-git.git && cd php-git/src`
61+
* `phpize`
62+
* `./configure`
63+
* `make`
64+
* `sudo make install`
65+
* Add the extension to your /etc/php.ini
5766

5867
Documents
5968
=======================================================

0 commit comments

Comments
 (0)