We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 523e36e + 859fcb3 commit 08cf8c5Copy full SHA for 08cf8c5
README.md
@@ -29,7 +29,7 @@ Download, install and set as the default font of your terminal emulator.
29
Sclack uses `caca-utils` to create ANSI/VT100 + ASCII versions of pictures and
30
render them. Images will only be rendered if both `caca-utils` is installed
31
and `features.pictures` is configured to `true`. To install `caca-utils`, just
32
-run `sudo apt-get install caca-utils` on Debian and `brew install libcaca` on
+run `sudo apt-get install caca-utils` on Debian and `brew install libcaca --with-imlib2` on
33
OS X.
34
35
## Installation
0 commit comments