summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2015-02-07 22:05:07 -0500
committerRob Loach <robloach@gmail.com>2015-02-07 22:05:07 -0500
commitbc0f13b93a3b20f1640c75c9f28fe77b5a4c89ca (patch)
tree3530b776e0b69f6d7449a46224f46487ca576578 /README.md
parent7ca89a5eb6c7993658c9efce339f6805a0ee8351 (diff)
downloadgit-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.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2769c29..f9f7a43 100644
--- a/README.md
+++ b/README.md
@@ -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
```