From 6aaac6a210a1fb6d35070e61c4b606499ee52937 Mon Sep 17 00:00:00 2001 From: Simon White Date: Wed, 13 Feb 2019 12:11:29 +1300 Subject: [PATCH] Update 01_getting_started.md Updated Quick start command with correct filename (fulltextsearch_quickstart). --- docs/en/01_getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/01_getting_started.md b/docs/en/01_getting_started.md index dc6d877..485521c 100644 --- a/docs/en/01_getting_started.md +++ b/docs/en/01_getting_started.md @@ -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: