diff --git a/README.md b/README.md index 8658a84..689e13f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ Top-like interface for container metrics ctop provides a concise and condensed overview of real-time metrics for multiple containers: -![compact][compact] - -as well as an expanded view for examining a specific container:

cTop

+as well as an [expanded view][expanded_view] for inspect a specific container. + ## Install Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your platform: @@ -49,4 +48,4 @@ s | Select container sort field r | Reverse container sort order q | Quit cTop -[compact]: http://i.imgur.com/uDUq33N.gif "cTop" +[expanded_view]: _docs/expanded.md diff --git a/_docs/expanded.md b/_docs/expanded.md new file mode 100644 index 0000000..3d13021 --- /dev/null +++ b/_docs/expanded.md @@ -0,0 +1,4 @@ +# Expanded View + +ctop provides an expanded, rolling view for following container metrics +

cTop

diff --git a/_docs/img/expanded.gif b/_docs/img/expanded.gif new file mode 100644 index 0000000..b49e3ac Binary files /dev/null and b/_docs/img/expanded.gif differ