summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2012-11-14 16:32:06 +0000
committerSimon Holywell <[email protected]>2012-11-14 16:39:01 +0000
commita0e0c162684a0e038fed7df6ffa190c16fa47df9 (patch)
tree990e34d6c478e0161fe43e2c76db07909952da42 /README.markdown
parent47f6dea624516fb2f6a2b1907ee4be0f9671b40d (diff)
Add brief installation tips to readme
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 2e5518d..b88e068 100644
--- a/README.markdown
+++ b/README.markdown
@@ -71,6 +71,19 @@ You might think of **Idiorm** as a *micro-ORM*. It could, perhaps, be "the tie t
**Idiorm** might also provide a good base upon which to build higher-level, more complex database abstractions. For example, [Paris](http://github.com/j4mie/paris) is an implementation of the [Active Record pattern](http://martinfowler.com/eaaCatalog/activeRecord.html) built on top of Idiorm.
+Installation
+------------
+
+### Packagist ###
+
+This library is available through Packagist with the vendor and package identifier of `j4mie/idiorm`
+
+Please see the [Packagist documentation](http://packagist.org/) for further information.
+
+### Download ###
+
+You can clone the git repository, download idiorm.php or a release tag and then drop the idiorm.php file in the vendors/3rd party/libs directory of your project.
+
Let's See Some Code
-------------------