You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,19 +47,17 @@ A cli to browse and watch anime (alone AND with friends). This tool scrapes the
47
47
48
48
## Fixing errors
49
49
50
-
If you encounter "Video url not found" or any breaking issue, then make sure you are on latest version by typing
51
-
`sudo ani-cli -U` to update on Linux, Mac and Android. On Windows, run gitbash as administrator then there type `ani-cli -U`.
50
+
If you encounter `No results found` (and are sure the prompt was correct) or any breaking issue, then make sure you are on **latest version** by typing
51
+
`sudo ani-cli -U` to update on Linux, Mac and Android. On Windows, run windows terminal preview and there type `ani-cli -U`.
52
52
If after this the issue persists then open an issue.
53
53
54
-
History has been reworked and relocated. We're working on a transition script, please be patient. Old history can be viewed with `less ${XDG_CACHE_HOME:-$HOME/.cache}/ani-hsts`
*These Plattforms have rock solid support and are used by maintainers and large parts of the userbase.*
60
+
*These Platforms have rock solid support and are used by maintainers and large parts of the userbase.*
63
61
64
62
<details><summary><b>Linux</b></summary>
65
63
@@ -68,7 +66,7 @@ History has been reworked and relocated. We're working on a transition script, p
68
66
*Native packages have a more robust update cycle, but sometimes they are slow to upgrade. \
69
67
If the one for your platform is up-to-date we suggest going with it.*
70
68
71
-
<details><summary>Debian unstable</summary>
69
+
<details><summary>Debian 13/unstable</summary>
72
70
73
71
```sh
74
72
sudo apt install ani-cli
@@ -164,23 +162,20 @@ For players you can use the apk (playstore/fdroid) versions of mpv and vlc. Note
164
162
165
163
### Tier 2 Support: Windows, iOS, Steam Deck
166
164
167
-
*While officially supported, installation is more involved on these plattforms and sometimes issues arise. \
165
+
*While officially supported, installation is more involved on these platforms and sometimes issues arise. \
168
166
Reach out if you need help.*
169
167
170
168
<details><summary><b>Windows</b></summary>
171
169
172
-
*ani-cli needs a posix shell and the current way is git bash. Unfortunately fzf can't run in git bash's default terminal. The solution is to use git bash in windows terminal*
173
-
174
-
First, you'll need windows terminal preview. [(Install)](https://apps.microsoft.com/store/detail/windows-terminal-preview/9N8G5RFZ9XK3?hl=de-at&gl=at&rtc=1)
175
-
176
-
Then make sure git bash is installed. [(Install)](https://git-scm.com/download/win) It needs to be added to windows terminal [(Instructions)](https://stackoverflow.com/questions/56839307/adding-git-bash-to-the-new-windows-terminal)
170
+
First, you'll need windows terminal preview. [(Install)](https://apps.microsoft.com/store/detail/windows-terminal-preview/9N8G5RFZ9XK3?hl=en-us&gl=US) It comes preinstalled with Windows 11
177
171
178
-
The following steps and ani-cli need to be run from git bash in windows terminal.
172
+
Then, install scoop. You will use this to install and update ani-cli from time to time. [(Install)](https://scoop.sh/) Follow **quickstart**.
179
173
180
174
```sh
181
175
scoop bucket add extras
182
-
scoop install ani-cli
176
+
scoop install ani-cli fzf mpv git
183
177
```
178
+
Consider also installing `yt-dlp` and `aria2` for downloading to work
0 commit comments