From 7bbd6d291ee54efb0253c6815ecb1bc91c9a754f Mon Sep 17 00:00:00 2001 From: Rushikesh Gaikwad <81632222+Wraient@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:31:57 +0530 Subject: [PATCH] Update README.md update install path --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44c8cc8..7d7af61 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ sudo apt update sudo apt install mpv curl rofi ueberzugpp curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd -sudo mv curd /usr/local/bin/ +sudo mv curd /usr/bin/ curd ``` @@ -83,7 +83,7 @@ sudo dnf update sudo dnf install mpv curl rofi ueberzugpp curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd -sudo mv curd /usr/local/bin/ +sudo mv curd /usr/bin/ curd ``` @@ -96,7 +96,7 @@ sudo zypper refresh sudo zypper install mpv curl rofi ueberzugpp curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd -sudo mv curd /usr/local/bin/ +sudo mv curd /usr/bin/ curd ``` @@ -108,7 +108,7 @@ curd # Install mpv, curl, rofi, and ueberzugpp (required for image preview) curl -Lo curd https://github.com/Wraient/curd/releases/latest/download/curd chmod +x curd -sudo mv curd /usr/local/bin/ +sudo mv curd /usr/bin/ curd ``` @@ -117,7 +117,7 @@ curd Uninstallation ```bash -sudo rm /usr/local/bin/curd +sudo rm /usr/bin/curd ``` For AUR-based distributions: @@ -180,7 +180,7 @@ curd [options] - **Add a New Anime**: ```bash - curd -new + curd -percentage-to-mark-complete=90 ``` - **Play with Rofi and Image Preview**: