Updated README.md

This commit is contained in:
Zoraiz Hassan 2021-09-05 15:06:32 +05:00 committed by GitHub
parent 19f9581235
commit 8be1d4c9b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,3 @@
# ascii-image-converter
[![release version](https://img.shields.io/github/v/release/TheZoraiz/ascii-image-converter?label=Latest%20Version)](https://github.com/TheZoraiz/ascii-image-converter/releases/latest)
@ -79,18 +77,18 @@ brew install TheZoraiz/ascii-image-converter/ascii-image-converter
### AUR
The AUR repo is maintained by [magnus-tesshu](https://aur.archlinux.org/account/magnus-tesshu)
2 ways to install from AUR :
> The usual way :
Standard way:
```
╰─❯ git clone https://aur.archlinux.org/ascii-image-converter-git.git
git clone https://aur.archlinux.org/ascii-image-converter-git.git
```
```
╰─❯ cd ascii-image-converter-git/
cd ascii-image-converter-git/
```
```
╰─❯ makepkg -si
makepkg -si
```
> The aur helper way:
AUR helper:
```
<aur-helper> -S ascii-image-converter-git
```