Move more docs to markdown format
authorgggeek <giunta.gaetano@gmail.com>
Mon, 6 Apr 2015 23:42:55 +0000 (00:42 +0100)
committergggeek <giunta.gaetano@gmail.com>
Mon, 6 Apr 2015 23:42:55 +0000 (00:42 +0100)
INSTALL.md [moved from INSTALL with 92% similarity]
README.md

similarity index 92%
rename from INSTALL
rename to INSTALL.md
index b016c13..19d96ab 100644 (file)
--- a/INSTALL
@@ -4,8 +4,10 @@ Requirements
 ------------
 
 The following requirements should be met prior to using 'XMLRPC for PHP':
-. PHP 5.3.0 or later
-. the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to
+
+* PHP 5.3.0 or later
+
+* the php "curl" extension is needed if you wish to use SSL or HTTP 1.1 to
   communicate with remote servers
 
 The php "xmlrpc" native extension is not required, but if it is installed,
@@ -57,7 +59,8 @@ Installation of the library is quite easy:
         application (it can be inside the web server root or not).
 
     2. configure your app autoloading mechanism so that all classes in the PhpXmlRpc namespace are loaded
-        from that location (any PSR-4 compliant autoloader can do that)
+        from that location: any PSR-4 compliant autoloader can do that, if you don't have any there is one
+        available in src/Autoloader.php
 
     3. Write your code.
 
index 81c27b1..f611c95 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A php library for building xml-rpc clients and servers.
 
 Installation
 ------------
-Installation instructions are in the INSTALL file.
+Installation instructions are in the [INSTALL.md](INSTALL.md) file.
 
 Docs
 ----