Update 01_getting_started.md

Updated Quick start command with correct filename (fulltextsearch_quickstart).
This commit is contained in:
Simon White 2019-02-13 12:11:29 +13:00 committed by GitHub
parent 69c5dd6ace
commit 6aaac6a210
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 && vendor/bin/fts_quickstart
composer require silverstripe/fulltextsearch && vendor/bin/fulltextsearch_quickstart
```
This will: