Clarified quick start steps vs manual config steps when requiring this module.

This commit is contained in:
Thomas Ocean 2019-05-31 12:21:31 +12:00
parent 2323b7f2cd
commit d32dc82f93
1 changed files with 14 additions and 6 deletions

View File

@ -36,10 +36,18 @@ configured and running) that each connector deals with itself, in a way best sui
## Quick start
If you intend to get up and running without using the fulltextsearch_quickstart script, require this module via composer:
```bash
composer require silverstripe/fulltextsearch
```
You're now ready to begin [set up](01_setup.md).
If you are running on a Linux-based system, you can get up and running quickly with the quickstart script, like so:
```bash
composer require silverstripe/fulltextsearch && vendor/bin/fts_quickstart
git clone https://github.com/silverstripe/silverstripe-fulltextsearch.git vendor/silverstripe/fulltextsearch && vendor/bin/fulltextsearch_quickstart
```
This will: