From: b3nj4m1n Date: Fri, 13 May 2022 18:40:09 +0000 (+0200) Subject: Add disclaimer about glow X-Git-Tag: v0.2.0.0~91 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/1eac0cec7e820e5d26953f00e651fdea32f98285 Add disclaimer about glow --- diff --git a/xdg-ninja.sh b/xdg-ninja.sh index 820c8e9..ed8b664 100755 --- a/xdg-ninja.sh +++ b/xdg-ninja.sh @@ -4,6 +4,8 @@ USE_GLOW=true if ! command -v glow &> /dev/null then echo "Glow not found, markdown rendering not available." + echo "Output will be raw markdown and might look weird." + echo "Install glow for easier reading & copy-paste." USE_GLOW=false fi