Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wraient/curd
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Dec 18, 2024
2 parents 0eb4bf0 + 7bbd6d2 commit 35848a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</details>
Expand All @@ -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
```
</details>
Expand All @@ -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
```
</details>
Expand All @@ -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
```
</details>
Expand All @@ -117,7 +117,7 @@ curd
<summary>Uninstallation</summary>

```bash
sudo rm /usr/local/bin/curd
sudo rm /usr/bin/curd
```

For AUR-based distributions:
Expand Down Expand Up @@ -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**:
Expand Down

0 comments on commit 35848a7

Please sign in to comment.