evisum: fix notes and readme.

This commit is contained in:
Alastair Poole 2018-10-17 10:46:27 +01:00
parent 93d48c1403
commit 94ddb25705
2 changed files with 4 additions and 1 deletions

2
NEWS
View File

@ -4,7 +4,7 @@ Evisum 0.2.0
* Add command-line utility (tingle) to complement
evisum.
* Fix object destruction befor exitting main loop.
* Fix object destruction before exitting main loop.
* Add variable unit display (K, M and G).
* Minor refactoring.

View File

@ -32,6 +32,9 @@ $ make PREFIX=/opt install
NOTES
You can press 'k', 'm', 'g' to display results in KB, MB of GB
respectively.
The plan is to rewrite the whole program to log system information
over time to disk so we can do nice things with E and displaying
system information (not duplicating loads of code).