From 8874e7448832ccd62b326743079e8261979679aa Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Mon, 6 May 2024 13:40:17 +0300 Subject: [PATCH] Added README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b44afe --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + +# Stormfetch +## A simple linux fetch program written in go and bash + +### Developers: +- [CapCreeperGR ](https://gitlab.com/CapCreeperGR) + +### Project Information +Stormfetch is a program that can read your system's information and display it in the terminal along with ascii art of the linux distribution you are running + +### Installation Guide +- Download the latest version of the plugin from this repository +- Run the following command to compile the project +``` +make +``` +- Run the following command to install stormfetch into your system. You may also append a DESTDIR variable at the end of this line if you wish to install in a different location +``` +make install prefix=/usr +```