Skip to content

Commit

Permalink
Merge pull request #375 from perftools/deprecate-install
Browse files Browse the repository at this point in the history
Installation requires just composer install
  • Loading branch information
glensc authored Nov 13, 2020
2 parents bd43a1d + 24d9ddd commit acd8491
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acd8491

Please sign in to comment.