From 1c192f1230463c2860d1e003e2c592858c0dcbb5 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 30 Jul 2022 19:31:31 -0400 Subject: [PATCH] [U] Update usage instructions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42682c8e..1a628a0a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ neofetch with pride flags <3 ![image](https://user-images.githubusercontent.com/22280294/162614541-af2b4660-f1f7-4287-b978-1aa2266ac70f.png) -### Note +### Running Updated Original Neofetch -This repo also serves as an updated version of `neofetch` since the [original repo](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Jul 30, 2022, the original repo hasn't merged a pull request for 6 months). If you only want to use the updated neofetch without pride flags, you can install the python package and use `neowofetch` xD. +This repo also serves as an updated version of the original `neofetch` since the upstream [dylanaraps/neofetch](https://github.com/dylanaraps/neofetch) doesn't seem to be maintained anymore (as of Jul 30, 2022, the original repo hasn't merged a pull request for 6 months). If you only want to use the updated neofetch without pride flags, you can install the python package and use `neowofetch` xD. -If you installed `npm`, you can also run original neofetch using `npx neowofetch` +If you installed `npm`, you can also run the updated original neofetch using `npx neowofetch`. If not, you can also do this: + +```sh +bash <(curl -s "https://raw.githubusercontent.com/Hykilpikonna/HyFetch/HEAD/neofetch") +``` ## Installation