Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Oct 4, 2024
1 parent 9881bc7 commit f1c7ef8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ Download from [release page](https://github.com/sachaos/viddy/releases).

## Install with Other Package Managers (Community-Maintained)

#### [MacPorts](https://www.macports.org)
### [MacPorts](https://www.macports.org)

```shell
sudo port install viddy
```

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

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

Expand All @@ -78,22 +78,22 @@ scoop bucket add extras
scoop install extras/viddy
```

#### ArchLinux ( AUR )
### ArchLinux ( AUR )

```shell
yay -S viddy
```
Alternatively you can use the [AUR Git repo](https://aur.archlinux.org/packages/viddy/) directly

#### Alpine Linux
### Alpine Linux

After [enabling the community repository](https://wiki.alpinelinux.org/wiki/Enable_Community_Repository):

```shell
apk add viddy
```

#### [asdf version manager](https://asdf-vm.com)
### [asdf version manager](https://asdf-vm.com)

```shell
asdf plugin add viddy
Expand Down

0 comments on commit f1c7ef8

Please sign in to comment.