mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add note, quickstart to readme
This commit is contained in:
13
README.md
13
README.md
@@ -1,3 +1,14 @@
|
|||||||
# ctop
|
# ctop
|
||||||
|
|
||||||
Curses-based container metric interface
|
**NOTE** *This project, while largely usable, is a work in progress! This message will be removed upon initial stable release*
|
||||||
|
|
||||||
|
Top-like interface for container metrics
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
To build and run ctop:
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/bcicen/ctop.git
|
||||||
|
cd ctop
|
||||||
|
go build && ./ctop
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user