Merge pull request #285 from Hexastack/fix/documentation-2024-10-28

fix: update README.md file
This commit is contained in:
Med Marrouchi 2024-10-28 08:58:22 +01:00 committed by GitHub
commit 3b8c960366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,7 +178,7 @@ $ hexabot start
You can also enable services such as the NLU engine and Ollama (The services are declared under the `./docker` folder) : You can also enable services such as the NLU engine and Ollama (The services are declared under the `./docker` folder) :
```bash ```bash
$ hexabot dev --enable=ollama,nlu $ hexabot dev --services ollama,nlu
``` ```
**Note:** The first time you run the app, Docker will take some time to download all the required images. **Note:** The first time you run the app, Docker will take some time to download all the required images.