diff --git a/README.md b/README.md index 474c7ec..0b66ded 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,12 @@ 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. +### How it looks +![Stormfetch gif](media/stormfetch.gif) + ### Installation Guide -#### AUR -- If you are on Arch Linux, you can use your favorite AUR manager to install the `stormfetch` package. +#### Using a package manager +- Arch Linux: You may 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 diff --git a/media/stormfetch.gif b/media/stormfetch.gif new file mode 100644 index 0000000..0baa722 Binary files /dev/null and b/media/stormfetch.gif differ