From 3e58031fe0727b16b9e7d90d24c610dfc789d6b7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 1 Oct 2019 11:01:38 +0300 Subject: [PATCH] docs: update --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d387fa9..6644dcd 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@

pfetch

A pretty system information tool written in POSIX sh.


-

-The goal of this project is to implement a simple system information tool in POSIX `sh` using features built into the language itself (*where possible*). - -The source code is highly documented and I hope it will act as a learning resource for POSIX `sh` and simple information detection across various different operating systems. - -If anything in the source code is unclear or is lacking in its explanation, open an issue. Sometimes you get too close to something and you fail to see the "bigger picture"! -

-
 ➜ pfetch
     ___       goldie@KISS
@@ -21,6 +13,14 @@ _/\ __)/_)    pkgs   130
 \/-____\/     memory 1721M / 7942M
 
+

+The goal of this project is to implement a simple system information tool in POSIX `sh` using features built into the language itself (*where possible*). + +The source code is highly documented and I hope it will act as a learning resource for POSIX `sh` and simple information detection across various different operating systems. + +If anything in the source code is unclear or is lacking in its explanation, open an issue. Sometimes you get too close to something and you fail to see the "bigger picture"! +

+ ## OS support - **Haiku**