add note, quickstart to readme

This commit is contained in:
Bradley Cicenas 2017-01-27 01:00:05 +00:00
parent 1705acf506
commit b8828437ce
1 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# 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
```