diff options
author | Rob Loach <robloach@gmail.com> | 2015-02-07 22:05:07 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-02-07 22:05:07 -0500 |
commit | bc0f13b93a3b20f1640c75c9f28fe77b5a4c89ca (patch) | |
tree | 3530b776e0b69f6d7449a46224f46487ca576578 /README.md | |
parent | 7ca89a5eb6c7993658c9efce339f6805a0ee8351 (diff) | |
download | git-deploy-bc0f13b93a3b20f1640c75c9f28fe77b5a4c89ca.zip git-deploy-bc0f13b93a3b20f1640c75c9f28fe77b5a4c89ca.tar.gz git-deploy-bc0f13b93a3b20f1640c75c9f28fe77b5a4c89ca.tar.bz2 |
Rename to Git Deploy0.0.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,12 @@ -# GitHub Pages Deploy +# Git Deploy -Deploy and maintain a number of static web applications on GitHub pages. +Deploy and maintain a number of git repositories through PHP. + + +## Requirements + +* PHP 5.4 or greater +* [Composer](http://getcomposer.org) ## Installation @@ -11,10 +17,10 @@ Deploy and maintain a number of static web applications on GitHub pages. $ php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));" ``` -2. Use Composer to download GitHub Pages Deploy: +2. Use Composer to install Git Deploy: ``` bash - $ php composer.phar create-project robloach/gh-pages-deploy + $ php composer.phar create-project robloach/git-deploy ``` |