From f1c7ef85ff5a18cbfc164126b1d54564d52d0f10 Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Fri, 4 Oct 2024 23:58:59 +0900 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3c1624..1afdbcf 100644 --- a/README.md +++ b/README.md @@ -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. @@ -78,14 +78,14 @@ 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): @@ -93,7 +93,7 @@ After [enabling the community repository](https://wiki.alpinelinux.org/wiki/Enab apk add viddy ``` -#### [asdf version manager](https://asdf-vm.com) +### [asdf version manager](https://asdf-vm.com) ```shell asdf plugin add viddy