Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README for Windows installation #466

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,21 @@ chmod +x $PREFIX/bin/mpv
```

### Windows

* Download and install [dependencies](#Dependencies)
* If you choose vlc, add it to path ([Guide](https://www.vlchelp.com/add-vlc-command-prompt-windows))
* Download and install [git bash](https://git-scm.com/downloads)
* Open git bash by right-clicking and choosing "Run as administrator"
* Open Powershell by right-clicking and choosing "Run as administrator"
* Download scoop [Guide](https://scoop.sh/)
* If you haven't, download and install git and git bash `scoop install git`
* Run the following commands

```sh
git clone https://github.com/pystardust/ani-cli.git
cd ani-cli
mkdir -p "$(USERPROFILE)/.cache"
cp ani-cli $WINDIR/system32/ani-cli
```
scoop bucket add extras
mkdir -p "$env:USERPROFILE/.cache"
scoop install ani-cli -g
```
* If you want to use vlc, do `scoop install vlc`
* Then, open git bash by right-clicking and choosing "Run as administrator"
* Run ani-cli [Usage](#usage)

Scoop updates are based on releases, to get updates before releases, do `ani-cli -U`

## Uninstall
Just remove the thing from path lul