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.
2 parents 243e818 + 4ff3d72 commit 2c29fafCopy full SHA for 2c29faf
README.md
@@ -54,6 +54,15 @@ INSTALL
54
55
see php-git Wiki: <https://github.com/chobie/php-git/wiki>
56
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
66
67
Documents
68
=======================================================
0 commit comments