]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add disclaimer about glow
authorb3nj4m1n <b3nj4m1n@gmx.net>
Fri, 13 May 2022 18:40:09 +0000 (20:40 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Fri, 13 May 2022 18:40:09 +0000 (20:40 +0200)
xdg-ninja.sh

index 820c8e95e548c80eaaec36f48242e90f0b84e968..ed8b6644fcb725d5c51fdb168d7b427632f32d70 100755 (executable)
@@ -4,6 +4,8 @@ USE_GLOW=true
 if ! command -v glow &> /dev/null
 then
     echo "Glow not found, markdown rendering not available."
 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
 
     USE_GLOW=false
 fi