From 9963de75d5295d411b861580bc1cd3d3e05a403e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 1 Oct 2019 11:02:31 +0300 Subject: [PATCH] docs: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6644dcd..5fdb333 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

pfetch

A pretty system information tool written in POSIX sh.


-
+
 ➜ pfetch
     ___       goldie@KISS
    (.· |      os     KISS Linux
@@ -13,7 +13,7 @@ _/\ __)/_)    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.