Merge pull request #287 from creative-commoners/pulls/3/doc-update

DOC Use the correct name for the executable in the getting started doc
This commit is contained in:
Robbie Averill 2020-07-06 09:27:42 -07:00 committed by GitHub
commit 5f01b68b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ configured and running) that each connector deals with itself, in a way best sui
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 --prefer-source && vendor/bin/fts_quickstart
composer require silverstripe/fulltextsearch --prefer-source && vendor/bin/fulltextsearch_quickstart
```
This will: