Skip to content

Commit 29907d6

Browse files
committed
Cleanup docs
1 parent c86e24e commit 29907d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ make dev
102102
It's hard to see if everything is healthy when you just run docker compose in a single terminal since all the logs are jumbled up. Instead, we recommend installing [lazydocker](https://github.com/jesseduffield/lazydocker) and running the following shortcut in a separate terminal.
103103

104104
```bash
105+
lazydocker
106+
107+
# pro-tip, add this to your ~/.zshrc
108+
# alias lzd=lazydocker
109+
# then do
105110
lzd
106111
```
107112

0 commit comments

Comments
 (0)