From 2c3a9509c6b8279b1b0d47ad976682c865538a7c Mon Sep 17 00:00:00 2001 From: Odweta Date: Sat, 20 Dec 2025 20:25:09 +0100 Subject: [PATCH] added README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fae2a25 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# ofetch + +a very simple system info fetching and showing program fine-tuned for my needs + +### install + +`make install` + +### run + +`ofetch` +*(make sure you have $HOME/.local/bin in your $PATH)*