Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bf8dbf4

Browse files
committedSep 2, 2022
add archlinux install
1 parent 940d962 commit bf8dbf4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
 

‎README-zh.md

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ $ cd red-tldr
3333
$ go build
3434
```
3535

36+
#### Arch Linux 安装
37+
38+
```bash
39+
# yaourt 或者 yay https://aur.archlinux.org/packages/red-tldr
40+
$ sudo pacman -S red-tldr
41+
```
42+
43+
3644
#### 二进制安装
3745

3846

‎README.md

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ $ cd red-tldr
3636
$ go build
3737
```
3838

39+
#### For Arch Linux
40+
41+
```bash
42+
# yaourt or yay https://aur.archlinux.org/packages/red-tldr
43+
$ sudo pacman -S red-tldr
44+
```
45+
3946
#### For Binary
4047

4148
Download [Release](https://github.com/Rvn0xsy/red-tldr/releases/) version.

0 commit comments

Comments
 (0)
Please sign in to comment.