Merge pull request #21 from brian6932/scoop-installer

Added Scoop install method to readme
This commit is contained in:
Zoraiz Hassan 2022-03-03 20:08:28 +05:00 committed by GitHub
commit 82c26c541a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -92,6 +92,16 @@ AUR helper:
```
<aur-helper> -S ascii-image-converter-git
```
<hr>
### Scoop
```
scoop bucket add dank-scoop https://github.com/brian6932/dank-scoop/
```
```
scoop install ascii-image-converter
```
<hr>