summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFotis Gimian <fgimiansoftware@gmail.com>2013-06-04 12:15:01 +1000
committerFotis Gimian <fgimiansoftware@gmail.com>2013-06-04 12:15:01 +1000
commit07e6cc6b3d2afa25be0ae829c5bff8385c2815f3 (patch)
tree1af4bec30a71cc260eb0cf96052b00602ef02ada /README.md
parent96e50bf5038add993258f6d8f4b317cf3c779d33 (diff)
Changed documentation to reflect that it's a fork and that I will be maintaining it
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 971bbe8..9e35e36 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
-[puppet-python](https://github.com/stankevich/puppet-python)
+[puppet-python](https://github.com/fgimian/puppet-python)
======
-Puppet module for installing and managing python, pip, virtualenvs and Gunicorn virtual hosts.
+This project was forked from [stankevich's Github page](https://github.com/stankevich/puppet-python)
-**Version 1.1.x Notes**
+Puppet module for installing and managing python, pip, virtualenvs and Gunicorn virtual hosts. This fork makes several fundamental changes to the core of this module, adding some additional features, improving performance and making operations more robust in general.
+
+**Version 1.1.x Notes (fgimian fork)**
Version 1.1.x makes several fundamental changes to the core of this module, adding some additional features, improving performance and making operations more robust in general.
@@ -18,7 +20,7 @@ Currently, the changes you need to make are as follows:
``` bash
cd /etc/puppet/modules
-git clone git://github.com/stankevich/puppet-python.git python
+git clone git://github.com/fgimian/puppet-python.git python
```
## Usage