summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-10 19:05:20 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-10 19:12:18 -0800
commit88548b87741069fc16b0f22e987d565dc58f2307 (patch)
treea5cbe9b031a106bd58cdc50b6655261b0cea4e66
parent043f4f06bfaa86ce61585667a89cc58107c403d6 (diff)
Changed demo.gif and added minimal.png
-rw-r--r--README.md3
-rw-r--r--demo.gifbin588716 -> 145051 bytes
-rw-r--r--minimal.pngbin0 -> 50723 bytes
3 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d8e4eb..39acb4f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
Another TUI graphical activity monitor, inspired by [gtop](https://github.com/aksakalli/gtop) and [vtop](https://github.com/MrRio/vtop), this time written in [Go](https://golang.org/)!
Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https://github.com/exrook/drawille-go), and a modified version of [termui](https://github.com/gizak/termui).
-![image](https://github.com/cjbassi/gotop/blob/master/demo.gif)
+<img src="https://github.com/cjbassi/gotop/blob/master/demo.gif" />
+<img src="https://github.com/cjbassi/gotop/blob/master/minimal.png" />
## Installation
diff --git a/demo.gif b/demo.gif
index d120683..4a392f9 100644
--- a/demo.gif
+++ b/demo.gif
Binary files differ
diff --git a/minimal.png b/minimal.png
new file mode 100644
index 0000000..0103d3c
--- /dev/null
+++ b/minimal.png
Binary files differ