From e621777dd882ef66cda7830e983f87960d7d5657 Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 28 Jan 2016 09:14:02 +1100 Subject: [PATCH] Readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7784c3b0..8326f8e5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info ## Dependencies - ### Required dependencies: **All OS:** @@ -70,8 +69,11 @@ https://github.com/dylanaraps/fetch/wiki/Customizing-Info - Uptime detection: `procps` or `procps-ng` + ### Optional dependencies: +**NOTE:** If `w3m` or `Imagemagick` aren't found then image support will be disabled. + **All OS:** - Displaying Images: `w3m` @@ -278,6 +280,14 @@ or you know where it's stored then adding support won't be a problem!
## Issues and Workarounds +#### fetch: line 1655: /usr/lib/w3m/w3mimgdisplay: No such file or directory + + +You're getting this error because the script can't find w3mimgdisplay in it's
+default location. You can fix this by setting the config option `$w3m_img_path`
+to the correct location of w3mimgdisplay. + + #### The image is blank and won't show up.