docs: change docs to address crewai run

This commit is contained in:
Eduardo Chiarotti
2024-08-07 20:30:34 -03:00
parent 5761d1a8ae
commit 54208c340b
2 changed files with 8 additions and 0 deletions

View File

@@ -244,6 +244,10 @@ def run():
To run your project, use the following command:
```shell
$ crewai run
```
or
```shell
$ poetry run my_project
```