[PR] #259 from techie2000: Fix readme install instructions

docs: Update README.md
This commit is contained in:
Azalea 2024-05-01 17:37:06 -04:00 committed by GitHub
commit 6dec8c4a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ This repo also serves as an updated version of the original `neofetch` since the
* Method 1: `pip install -U hyfetch` then run `neowofetch`
* Method 2: `npx neowofetch`
* Method 3: `P="$HOME/.local/bin/neowofetch" curl -L nf.hydev.org -o $P && chmod +x $P`
* Method 3: `P="$HOME/.local/bin/neowofetch" && curl -L nf.hydev.org -o "$P" && chmod +x "$P"`
* Method 4: Run without install `bash <(curl -sL nf.hydev.org)`