Skip to content

Commit

Permalink
🪟 Add Windows install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pcgeek86 committed Jan 20, 2023
1 parent 96f6bd2 commit be0fb7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ brew install viddy
sudo port install viddy
```

### Windows

#### [Scoop](https://scoop.sh/)

To install Viddy on Windows, first install the Scoop package manager, and then run the commands below.

**NOTE**: The git package is required in order to add additional Scoop "buckets".

```
scoop install git
scoop bucket add extras
scoop install extras/viddy
```

### Linux

```shell
Expand Down

0 comments on commit be0fb7a

Please sign in to comment.