From 824f78e25b18541fc7037d71a2ec9b01b6264ce5 Mon Sep 17 00:00:00 2001 From: Alexander Haase Date: Sat, 1 Jun 2019 22:22:39 +0200 Subject: [PATCH] Highlight paths in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fb6238..d18dfab 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ In order to run GitList on your server, you'll need: * Do not download a branch or tag from GitHub, unless you want to use the development version. The version available for download at the website already has all dependencies bundled, so you don't have to use composer or any other tool * Rename the `config.ini-example` file to `config.ini`. * Open up the `config.ini` and configure your installation. You'll have to provide where your repositories are located. -* 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 +* 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