From 4b6b53927a49ab00285730907cafb7fc48e1f71a Mon Sep 17 00:00:00 2001 From: Bryan Date: Mon, 20 Nov 2023 17:05:33 +0800 Subject: [PATCH] Fix another typo and add AUR install method to the README. --- README.md | 14 ++++++++++++-- README_CN.md | 16 +++++++++++++--- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2a1f1a..3e25b46 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,23 @@ Download binary file => [Release](https://github.com/go-musicfox/spotifox/releas ### Linux -#### 1. Homebrew +#### 1. Use Distro Package (Recommend) + +##### Arch Linux + +###### Install From [AUR](https://aur.archlinux.org/) + +```sh +$ paru -S spotifox-bin # Download and install the precompiled binary file +``` + +#### 2. Homebrew ```sh $ brew install go-musicfox/go-musicfox/spotifox ``` -#### 2. Binary +#### 3. Binary Download binary file => [Release](https://github.com/go-musicfox/spotifox/releases/latest) diff --git a/README_CN.md b/README_CN.md index 6d326cd..7bf8230 100644 --- a/README_CN.md +++ b/README_CN.md @@ -56,17 +56,27 @@ $ brew install anhoder/go-musicfox/spotifox #### 2. Binary -下载二进制问价 => [Release](https://github.com/go-musicfox/spotifox/releases/latest) +下载二进制文件 => [Release](https://github.com/go-musicfox/spotifox/releases/latest) ### Linux -#### 1. Homebrew +#### 1. 使用发行版软件包 (推荐) + +##### Arch Linux + +###### 从 [AUR](https://aur.archlinux.org/) 安装 + +```sh +$ paru -S spotifox-bin # 下载安装预编译好的二进制 +``` + +#### 2. Homebrew ```sh $ brew install anhoder/go-musicfox/spotifox ``` -#### 2. Binary +#### 3. Binary 下载二进制文件 => [Release](https://github.com/go-musicfox/spotifox/releases/latest)