Skip to content

Commit

Permalink
Minor change to tilt command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Jun 18, 2024
1 parent a2f839c commit 6217041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ It is also recommended to use [ctlptl](https://github.com/tilt-dev/ctlptl) to ma

1. Start the cluster: `ctlptl create cluster kind --registry=ctlptl-registry`
2. Start tilt:
* mutilator running in cluster: `tilt up --stream`, or
* mutilator running locally: `tilt up --stream -- --debugger`
* mutilator running in cluster: `tilt up`, or
* mutilator running locally: `tilt up -- --debugger`
3. Either
* Watch logs in cluster `kubectl logs -lapp.kubernetes.io/name=mutilator`, or
* Run mutilator in your debugger, with these environment variables:
Expand Down

0 comments on commit 6217041

Please sign in to comment.