From 24d9ddd842546c433f45b707cc41f3a3cde050c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 10 Nov 2020 16:13:53 +0200 Subject: [PATCH] Installation requires just composer install --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b694c157..318e4eb23 100644 --- a/README.md +++ b/README.md @@ -94,12 +94,10 @@ NOTE: PDO may not support all the features of XHGui, see [#320]. > db.results.ensureIndex( { 'meta.simple_url' : 1 } ) ``` -7. Run XHGui's install script. The install script downloads composer and - uses it to install the XHGui's dependencies. +7. Install dependencies with composer ```bash - cd path/to/xhgui - php install.php + composer install --no-dev ``` 8. Set up your webserver. The Configuration section below describes how