Update README.md

This commit is contained in:
atreyaved 2021-09-05 14:15:19 +05:30 committed by GitHub
parent a8701af97a
commit 7c0c89df66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -79,8 +79,20 @@ brew install TheZoraiz/ascii-image-converter/ascii-image-converter
### AUR ### AUR
The AUR repo is maintained by [magnus-tesshu](https://aur.archlinux.org/account/magnus-tesshu) The AUR repo is maintained by [magnus-tesshu](https://aur.archlinux.org/account/magnus-tesshu)
2 ways to install from AUR :
> The usual way :
``` ```
yay -S ascii-image-converter-git ╰─❯ git clone https://aur.archlinux.org/ascii-image-converter-git.git
```
```
╰─❯ cd ascii-image-converter-git/
```
```
╰─❯ makepkg -si
```
> The aur helper way:
```
<aur-helper> -S ascii-image-converter-git
``` ```
<hr> <hr>