From ea4b6cd19c719a68384781723e42845c5e18dfe6 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Mon, 6 Jul 2020 19:06:32 +1200 Subject: [PATCH] DOC Use the correct name for the executable in the getting started doc --- 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 9098367..9fbfb34 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 --prefer-source && vendor/bin/fts_quickstart +composer require silverstripe/fulltextsearch --prefer-source && vendor/bin/fulltextsearch_quickstart ``` This will: