Skip to content

Commit 30c5ffb

Browse files
committed
Add instruction for installing from AUR
1 parent e2ce889 commit 30c5ffb

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,21 @@ can now proceed to build `librespeed-cli` with the build script:
7171
7272
## Install from AUR/Homebrew
7373
74-
TODO
74+
To install `librespeed-cli` from AUR, use your favorite AUR helper and install package `librespeed-cli-bin`
75+
76+
```shell script
77+
$ yay librespeed-cli-bin
78+
```
79+
80+
... or, clone it and build it yourself:
81+
82+
```shell script
83+
$ git clone https://aur.archlinux.org/librespeed-cli-bin.git
84+
$ cd librespeed-cli-bin
85+
$ makepkg -si
86+
```
87+
88+
TODO: Homebrew
7589
7690
## Usage
7791

0 commit comments

Comments
 (0)