Updated README.md

This commit is contained in:
Zoraiz 2021-08-01 16:46:10 +05:00
parent 5bbc900c9f
commit 7a423ea49b
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# ascii-image-converter # 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) [![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)
@ -50,6 +48,12 @@ sudo apt update
sudo apt install -y ascii-image-converter sudo apt install -y ascii-image-converter
``` ```
To remove the package source (which means you won't be getting any further updates), execute this command:
```
sudo rm -rfv /etc/apt/sources.list.d/ascii-image-converter.list
```
<hr> <hr>
### Homebrew ### Homebrew