From 4605a4a59d8405c3d56776563181b1042fd3c133 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 31 Oct 2025 14:53:42 -0700 Subject: [PATCH] docs: updates dtop --- docs/guide/dtop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/dtop.md b/docs/guide/dtop.md index b6ad75e5..be4b7715 100644 --- a/docs/guide/dtop.md +++ b/docs/guide/dtop.md @@ -10,10 +10,10 @@ title: Introducing dtop ## Installation -Full installation instructions can be found at [https://github.com/amir20/dtop](https://github.com/amir20/dtop?tab=readme-ov-file#installation). You can also install using brew: +Full installation instructions can be found at [https://github.com/amir20/dtop](https://github.com/amir20/dtop?tab=readme-ov-file#installation). You can use Docker to quickly run `dtop`: ```bash -brew install amir20/homebrew-dtop/dtop +docker run -v /var/run/docker.sock:/var/run/docker.sock -it ghcr.io/amir20/dtop:latest ``` ## Project Status