DOC Use the correct name for the executable in the getting started doc

This commit is contained in:
Maxime Rainville 2020-07-06 19:06:32 +12:00
parent 2bdd3eacdd
commit ea4b6cd19c
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: