Update README.md
[lace] / README.md
index a5b218f6a0ee1541f00ac7b0757f2e10cc7413be..1f878a0ca1dcc55c64f67715f7fb6e4a2d570149 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ This version will run on Debian based distros running Sed 3.7
 Lace is a small script to interlace Gemini Capsule micro blogs.
 
 The original script showed how long ago a entry was posted.  
-
-All versions will run with Sed 3.7
+https://www.youtube.com/watch?v=RPMLGK8lWX4
+All scripts will run with Sed 3.7 on standard Linux Distros
 
 lace has two time headers.
 How long ago the micropost was sent.
@@ -16,8 +16,19 @@ lacehowlong only has the how long ago time header.
 
 lacewithdate only has the date and time header.
 
-lacewithtermux runs on termux on android.  Sed, date, openssl, curl are dependies that need to be installed on termux.  The termux script has a glitch sometimes it returns the microblog and sometimes the pages are blank.  I am working on a fix.
+### laceandterm
+
+laceandterm can run on either a standard Linux distro, termux on android, UserLAnd, and possibly other Linux emulations.  Sed, date, openssl, curl, lessqq are dependencies that need to be installed.
+
+laceandterm may show the acual code for a favicon rather than the icon itself depending on the version of GNU less and/or fonts installed.
+If this happens you can either install a font that supports the favicon or comment out the following line in the script.
+
+```
+fav=$(openssl s_client -crlf -quiet -connect "$domain:1965" <<<"gemini://$domain/favicon.txt" 2>/dev/null | sed -e '1d')
+```
+Since favicons are not part of the Gemini standard, you may not want favicons to display.  Commenting out the above line of code will prevent favicons from displaying.
+
 
-Post about original script.
+### Post about original script.
 
 https://friendo.monster/posts/a-script-to-interleave-tiny-gemini-logs.html