Updated README.md
This commit is contained in:
parent
a3d77f75a1
commit
2c930421fb
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://snapcraft.io/ascii-image-converter)
|
[](https://snapcraft.io/ascii-image-converter)
|
||||||
|
|
||||||
ascii-image-converter is a command-line tool that converts images into ascii art and prints them out onto the console. It is cross-platform so both Windows and Linux distributions are supported.
|
ascii-image-converter is a command-line tool that converts images into ascii art and prints them out onto the console as well as save them as PNG images. It is cross-platform so both Windows and Linux distributions are supported.
|
||||||
|
|
||||||
It's also available as a package to be used in Go applications.
|
It's also available as a package to be used in Go applications.
|
||||||
|
|
||||||
|
|
@ -31,7 +31,9 @@ Image formats currently supported:
|
||||||
|
|
||||||
### Snap
|
### Snap
|
||||||
|
|
||||||
You can download through snap. However, the snap will not have access to hidden images and images outside the $HOME directory.
|
You can download through snap.
|
||||||
|
|
||||||
|
Note: The snap will not have access to hidden images and images outside the $HOME directory. This includes write access for saving ascii images and text files as well.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo snap install ascii-image-converter
|
sudo snap install ascii-image-converter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue