refactor: Rename Agent's entrypoint to autogpt.sh

- Renamed `run.sh` to `autogpt.sh` for consistent naming and easier command usage.
- Updated relevant documentation to reflect the new entrypoint name.
This commit is contained in:
Reinier van der Leer
2023-11-24 18:59:18 +01:00
parent 6d14f314d7
commit 1ce82372fd
8 changed files with 21 additions and 27 deletions

View File

@@ -97,7 +97,7 @@ Once you have cloned or downloaded the project, you can find the AutoGPT Agent i
8. _Optional: run `poetry install` to install all required dependencies._ The
application also checks for and installs any required dependencies when it starts.
You should now be able to explore the CLI (`./run.sh --help`) and run the application.
You should now be able to explore the CLI (`./autogpt.sh --help`) and run the application.
See the [user guide](../usage.md) for further instructions.