]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: fix bullet list formatting
authornodiscc <nodiscc@gmail.com>
Thu, 20 Jul 2017 17:52:39 +0000 (19:52 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2017 17:52:39 +0000 (19:52 +0200)
https://shaarli.readthedocs.io/en/master/Shaarli-configuration/

doc/md/Shaarli-configuration.md

index 933f52452e0fc4bfbe9004d949f00978d7fa6b3b..0c6054596841ed255d450a782fa642e804050fdf 100644 (file)
@@ -11,6 +11,7 @@ Once your Shaarli instance is installed, the file `data/config.json.php` is gene
 ## File and directory permissions
 
 The server process running Shaarli must have:
+
 - `read` access to the following resources:
     - PHP scripts: `index.php`, `application/*.php`, `plugins/*.php`
     - 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js`
@@ -25,6 +26,7 @@ The server process running Shaarli must have:
     - `tmp` - RainTPL page cache
 
 On a Linux distribution:
+
 - the web server user will likely be `www` or `http` (for Apache2)
 - it will be a member of a group of the same name: `www:www`, `http:http`
 - to give it access to Shaarli, either: