From feefd0457780b48fa9c6ad760b5c4d0635bc0a77 Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Mon, 4 Jun 2012 12:44:11 -0300 Subject: [PATCH] Update master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4647e9a..748f2e5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Download the GitList latest package and decompress to your `/var/www/gitlist` fo git clone https://github.com/klaussilveira/gitlist.git /var/www/gitlist ``` -Now open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located and the base GitList URL (in our case, http://localhost/gitlist). Now, let's create the cache folder and give the correct permissions: +Rename the `config.ini-example` file to `config.ini`. Now open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located and the base GitList URL (in our case, http://localhost/gitlist). Now, let's create the cache folder and give the correct permissions: ``` cd /var/www/gitlist