Skip to content

Commit

Permalink
[PR] #259 from techie2000: Fix readme install instructions
Browse files Browse the repository at this point in the history
docs: Update README.md
  • Loading branch information
hykilpikonna authored May 1, 2024
2 parents e466389 + 5bafa51 commit 6dec8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`


Expand Down

0 comments on commit 6dec8c4

Please sign in to comment.