partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit b5717397ff2a80f8b475568d1885f8f7b0856370
parent e1d95a0f07e42229eed3f7fd267daf5626932102
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Thu, 18 May 2017 21:54:10 +0200

Merge branch 'master' of github.com:partkeepr/PartKeepr

Diffstat:
Mdocumentation/Installation.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/Installation.md b/documentation/Installation.md @@ -15,7 +15,7 @@ Follow [these](https://wiki.partkeepr.org/wiki/KB00005:Web_Server_Configuration) Installation From Zip File -------------------------- -Simply point your browser to `web/setup/index.html` and the installer will start. +Simply point your browser to `web/setup/index.html` and the installer will start. If you have your web root to the `web` directory, point your browser to `setup/index.html`. Installation From Git --------------------- @@ -24,4 +24,4 @@ Installation From Git * Copy `app/config/parameters.php.dist` to `app/config/parameters.php` * Install [composer](https://getcomposer.org/download/) globally * Run `composer install` -* Point your browser to `web/setup/index.html` +* Point your browser to `setup/index.html`. If you have your web root to the `web` directory, point your browser to `setup/index.html`.