Skip to content

Commit 08cf8c5

Browse files
Merge pull request #74 from coryshaw1/patch-1
Update readme to fix OS X libcaca image support
2 parents 523e36e + 859fcb3 commit 08cf8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Download, install and set as the default font of your terminal emulator.
2929
Sclack uses `caca-utils` to create ANSI/VT100 + ASCII versions of pictures and
3030
render them. Images will only be rendered if both `caca-utils` is installed
3131
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
32+
run `sudo apt-get install caca-utils` on Debian and `brew install libcaca --with-imlib2` on
3333
OS X.
3434

3535
## Installation

0 commit comments

Comments
 (0)