From 5bafa5128b6b10367f413118d8da9f7595bfeed1 Mon Sep 17 00:00:00 2001 From: techie2000 <38585780+techie2000@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:12:33 +0100 Subject: [PATCH] docs: Update README.md Modify method 3. Fixes #258 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a2a210a..2db41b15 100644 --- a/README.md +++ b/README.md @@ -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)`