From 14de5f7e89e1e97dd30a76db42bcc9a527e94501 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Sat, 21 Dec 2024 15:16:11 +0000 Subject: [PATCH] GITBOOK-120: No subject --- docs/quickstart/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/installation.md b/docs/quickstart/installation.md index e6cb68dd..41415492 100644 --- a/docs/quickstart/installation.md +++ b/docs/quickstart/installation.md @@ -74,7 +74,7 @@ This will copy the `.env.example` file to `.env` in the `./docker` directory if 6. **Run in development mode:** Once your environment is set up, you can start the app. Use the following command: ``` -hexabot dev --services nlu,ollama +hexabot dev --services ollama ``` {% hint style="info" %}