From 6bf41ea05f765329b31bb736c55a5776eddf5e7c Mon Sep 17 00:00:00 2001 From: Alex Stelmachonak <100310178+astelmachonak-nydig@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:21:06 -0400 Subject: [PATCH] Add Windows-specific intructions and badge for scoop (#295) --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b9ca5..c01ef03 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # -![release][release] ![homebrew][homebrew] ![macports][macports] +![release][release] ![homebrew][homebrew] ![macports][macports] ![scoop][scoop] Top-like interface for container metrics @@ -53,6 +53,14 @@ sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/downlo sudo chmod +x /usr/local/bin/ctop ``` +#### Windows + +`ctop` is available in [scoop](https://scoop.sh/): + +```powershell +scoop install ctop +``` + #### Docker ```bash @@ -112,6 +120,7 @@ Option | Description [release]: https://img.shields.io/github/release/bcicen/ctop.svg "ctop" [homebrew]: https://img.shields.io/homebrew/v/ctop.svg "ctop" [macports]: https://repology.org/badge/version-for-repo/macports/ctop.svg?header=macports "ctop" +[scoop]: https://img.shields.io/scoop/v/ctop?bucket=main "ctop" ## Alternatives