Skip to content

Commit cdb8760

Browse files
committed
fix: polish OrbStack setup command and runtime wording
1 parent 5c834a4 commit cdb8760

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You need a container runtime to run the behind-the-scenes services. Pick one:
4141
OrbStack is faster and lighter than Docker Desktop (~2s startup, ~1GB RAM).
4242

4343
```bash
44-
brew install orbstack
44+
brew install --cask orbstack
4545
```
4646

4747
Or download from https://orbstack.dev. Open it once after installing.

scripts/auto-heal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log "--- Health check started ---"
1919

2020
# Check Docker is running
2121
if ! docker info &>/dev/null; then
22-
log "ERROR: Docker not running. Cannot heal."
22+
log "ERROR: Container runtime not running. Cannot heal."
2323
exit 1
2424
fi
2525

0 commit comments

Comments
 (0)