Skip to content

Commit

Permalink
docs: add install instructions for winget (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
og-mrk authored Mar 14, 2024
1 parent 9950678 commit 484e440
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,12 @@ sudo yum install vhs ffmpeg
# Void Linux
sudo xbps-install vhs

# Windows
# Windows using winget
# Note: Winget will install all the needed dependencies, which're FFmpeg and ttyd.
# No need to do any prerequisites to install vhs using this method.
winget install charmbracelet.vhs

# Windows using scoop
scoop install vhs

```
Expand Down

0 comments on commit 484e440

Please sign in to comment.