Highlight paths in README

This commit is contained in:
Alexander Haase
2019-06-01 22:22:39 +02:00
parent 3d96c75673
commit 824f78e25b

View File

@@ -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