From 4d414dacccf738e19f22cfcb139a16a9ec547006 Mon Sep 17 00:00:00 2001 From: let Date: Sat, 11 May 2024 20:03:08 +0300 Subject: [PATCH 1/2] add AUR to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8371c6f..5be5bab 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Stormfetch is a program that can read your system's information and display it i Stormfetch is still in beta and distro compatibility is limited. If you would like to contribute ascii art or add other compatibility features feel free to create a pull request or notify me through gitlab issues ### Installation Guide +#### AUR +- If you are on Arch Linux, you can use your favorite AUR manager to install the `stormfetch` package. +#### Building from source - Download `go` from your package manager or from the go website - Download `make` from your package manager - (Optional) Download `xorg-xhost` from your package manager to display DE/WM and monitor information From 25a596cd5ecd2f6af131f0505493a28169f12c06 Mon Sep 17 00:00:00 2001 From: let Date: Sat, 11 May 2024 20:05:04 +0300 Subject: [PATCH 2/2] tidy up the grammar a bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5be5bab..474c7ec 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ - [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. -Stormfetch is still in beta and distro compatibility is limited. If you would like to contribute ascii art or add other compatibility features feel free to create a pull request or notify me through gitlab issues +Stormfetch is a program that can read your system's information and display it in the terminal along with the ASCII art of the Linux distribution you are running. +Stormfetch is still in beta, so distro compatibility is limited. If you would like to contribute ASCII art or add other compatibility features feel free to create a pull request or notify me through GitLab Issues. ### Installation Guide #### AUR @@ -16,7 +16,7 @@ Stormfetch is still in beta and distro compatibility is limited. If you would li - Download `go` from your package manager or from the go website - Download `make` from your package manager - (Optional) Download `xorg-xhost` from your package manager to display DE/WM and monitor information -- (Optional) Download `xorg-xdpyinfo` from your package manager to display Screen Resolution +- (Optional) Download `xorg-xdpyinfo` from your package manager to display screen resolution - (Optional) Download `lshw` from your package manager to display GPU information - Run the following command to compile the project ```