From c9027c3dcaef6013903747aa98b1b515957eddd5 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 27 Oct 2013 15:19:54 -0500 Subject: [PATCH] manually remove install dir --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7492198..1853f1c 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Note: You need both Git and Composer installed in your system. How to install Co * Set your database configuration in _config/database.yml_. * Set your MyImouto configuration in _config/config.php_ (read the _config/default_config.php_ file to see the available options). For the system for work correctly only the *server_host* and *url_base* options are the most important. * If you're not accessing the site locally, list the IP address you'll connect from in the 'safe_ips' array in _install/config.php_. - * Go to your site to complete the installation. + * Go to your site to complete the installation. After installation is completed, you may delete the install folder. * If you have problems, read below the Troubleshooting section or report them in the issues section. Troubleshooting