From 36a1312bb83d68e982ff8d983ec35c14b925c7bc Mon Sep 17 00:00:00 2001 From: ami-chuu Date: Fri, 27 Mar 2026 12:39:42 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fbb809..46e9c92 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,27 @@ -# server-performance-stats +# Server performance stats +> The script to analyse basic server performance stats. -The script to analyse basic server performance stats. \ No newline at end of file +## Getting started + +### Installing + +``` +git clone https://git.inotfail.com/ami-chuu/server-performance-stats +mv server-performance-stats/server-stats.sh ~/server-stats.sh +chmod +x ~/server-stats.sh +``` + +### Run on login + +``` +echo "bash $HOME/server-stats.sh" >> $HOME/.bashrc +``` + +## Links + +- Repository: https://git.inotfail.com/ami-chuu/server-performance-stats +- Issue tracker: https://git.inotfail.com/ami-chuu/server-performance-stats/issues + +## Licensing + +The code in this project is licensed under MIT license. \ No newline at end of file