diff --git a/README.md b/README.md index b084d6b..4957bbf 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,32 @@

pfetch

-

A pretty system information tool written in POSIX sh


+

A minimal yet pretty system profiler 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 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. +The source code is extensively 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"! +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"! -
-
-
-
+Installation is as simple as +copying the script into your PATH +and making it executable, e.g.: +```sh +cd /usr/local/bin +sudo wget https://raw.githubusercontent.com/dylanaraps/pfetch/master/pfetch +sudo chmod +x pfetch +``` ## OS support