add a readme
authorMichael Wallner <mike@php.net>
Mon, 1 Jun 2015 12:03:44 +0000 (14:03 +0200)
committerMichael Wallner <mike@php.net>
Mon, 1 Jun 2015 12:03:44 +0000 (14:03 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..9efa644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# pecl/ares
+
+## About:
+
+Asynchronous Resolver. A binding to the lib(c)ares library.
+
+## Installation:
+
+This extension is hosted at [PECL](http://pecl.php.net) and can be installed with [PEAR](http://pear.php.net)'s pecl command:
+
+    # pecl install ares
+
+Also, watch out for self-installing [pharext](https://github.com/m6w6/pharext) packages attached to [releases](https://github.com/m6w6/ext-ares/releases).