Update README.md

This commit is contained in:
Mohan 2025-09-21 11:56:16 -04:00 committed by GitHub
parent 3b4494181e
commit b951ada00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,14 +41,9 @@ Run the command below to start the wizard. Itll guide you through a bunch of
./orchestrator
```
```bash
cargo run --bin orchestrator
```
To start the environment, run a command [such as](https://docs.docker.com/reference/cli/docker/compose/up/):
```bash
docker compose up -d
docker compose up -d --build
```
To view logs, run commands [such as](https://docs.docker.com/reference/cli/docker/compose/logs/):