diff options
author | nashe <contact@nashe.fr> | 2015-08-05 16:18:47 +0200 |
---|---|---|
committer | nashe <contact@nashe.fr> | 2015-08-05 16:18:47 +0200 |
commit | 6f330607d489130993f35a74073662c9b96be721 (patch) | |
tree | aa4989c620b23af6ee4000c68f5602b543908ef6 | |
parent | ba64547b3ef2f536434f8f6864e0179a11e4792b (diff) | |
download | planet-6f330607d489130993f35a74073662c9b96be721.tar planet-6f330607d489130993f35a74073662c9b96be721.tar.gz planet-6f330607d489130993f35a74073662c9b96be721.tar.bz2 planet-6f330607d489130993f35a74073662c9b96be721.tar.xz planet-6f330607d489130993f35a74073662c9b96be721.zip |
Update README.markdown
-rw-r--r-- | README.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 0e926ad..29d3fe6 100644 --- a/README.markdown +++ b/README.markdown @@ -16,10 +16,12 @@ Web hosting with at least PHP5.4 (PHP4 & 5.2, 5.3 will not work). Installing ---------- * Upload all the files to your server (with FTP or other) +OR +* Use `composer create-project mauricesvay/moonmoon moonmoon` +* Run `wget https://getcomposer.org/composer.phar && php composer.phar install` * Open install.php with your browser * Follow the instructions - License ------- Moonmoon is free software and is released under BSD license. |