diff options
Diffstat (limited to 'library/urlify/INSTALL')
-rw-r--r-- | library/urlify/INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/library/urlify/INSTALL b/library/urlify/INSTALL new file mode 100644 index 000000000..e92e55e11 --- /dev/null +++ b/library/urlify/INSTALL @@ -0,0 +1,10 @@ +To install URLify, you can add it as a dependency ar by downloading the composer.phar executable. + +$ curl -s http://getcomposer.org/installer | php + +and run install + +$ php composer.phar install + +For more details, see http://getcomposer.org. + |