From 3d96c756730edd36e525274f430ce2b2eb85f316 Mon Sep 17 00:00:00 2001 From: Alexander Haase Date: Sat, 1 Jun 2019 22:18:39 +0200 Subject: [PATCH] Reformat README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4f2d8da..7fb6238 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,17 @@ In order to run GitList on your server, you'll need: * In case GitList isn't accessed through the root of the website, open .htaccess and edit RewriteBase (for example, /gitlist/ if GitList is accessed through http://localhost/gitlist/). * Set file permissions for .htaccess -``` -chmod 644 .htaccess -``` + ``` + chmod 644 .htaccess + ``` * Create the cache folder and give read/write permissions to your web server user: -``` -cd /var/www/gitlist -mkdir cache -chmod 777 cache -``` + ``` + cd /var/www/gitlist + mkdir cache + chmod 777 cache + ``` That's it, installation complete! If you're having problems, check the [Troubleshooting](https://github.com/klaussilveira/gitlist/wiki/Troubleshooting) page.