added custom repo install guide
This commit is contained in:
parent
b794e003cb
commit
c484b52630
@ -39,11 +39,18 @@ hewwo, wowld!
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### archlinux:
|
### archlinux:
|
||||||
|
#### Aur
|
||||||
```bash
|
```bash
|
||||||
$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
|
$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
|
||||||
$ cd term-owo-cpp
|
$ cd term-owo-cpp
|
||||||
$ makepkg -si
|
$ makepkg -si
|
||||||
```
|
```
|
||||||
|
#### Custom Repo
|
||||||
|
```bash
|
||||||
|
$ pacman-key --recv-keys 1553B1410D80686C8D2A27338035E1AC0B1440DC
|
||||||
|
$ pacman-key --lsign-key 1553B1410D80686C8D2A27338035E1AC0B1440DC
|
||||||
|
$ pacman -Sy owo
|
||||||
|
```
|
||||||
|
|
||||||
### other distros:
|
### other distros:
|
||||||
download the binary from the releases page or build from source
|
download the binary from the releases page or build from source
|
||||||
|
Loading…
Reference in New Issue
Block a user