docs: Update README.md

Modify method 3. Fixes #258
This commit is contained in:
techie2000 2024-04-30 14:12:33 +01:00 committed by GitHub
parent 51f0ebf3ea
commit 5bafa5128b
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)`