From dd97713417d0586d0cab905383f9c8a2af848270 Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Mon, 16 Jan 2023 11:35:16 +0100 Subject: [PATCH] README.md: Minor fixes Signed-off-by: Grzegorz Latosinski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df2ea28..18a1ca5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sargraph -Copyright (c) 2019-2022 [Antmicro](https://www.antmicro.com) +Copyright (c) 2019-2023 [Antmicro](https://www.antmicro.com) This is a simple python tool that uses "sysstat" ("sar") to save information on CPU, RAM and disk usage. The process runs in background and can be controlled with a set of sargraph sub-commands. @@ -11,7 +11,7 @@ Supported plot formats are PNG, SVG and ASCII, they are determined by filename e # Install requirements The sargraph requires `gnuplot`, `sysstat` (`sar`), `python3`, `coreutils` and `screen` to operate. -In Debian you can install as: +In Debian you can install them with: ``` # install system dependencies