From 9ef243263cd5eabec92e2fdc9736ff1ec3bad53e Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 8 Oct 2024 12:02:14 +0300 Subject: [PATCH] Appended info about the new options --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2698e4..6ca0386 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ BFG (stands for Back/Forward/Go) is a free (absolutely), open-source, cross-platform, single-script, self-contained GUI client for a number of "small web" protocols like Gopher, Finger, Nex, Spartan and Gemini. BFG is written in under 1000 SLOC of Tcl 8.6 and depends upon Tcllib, Tk (obviously) and TclTLS. -The TclTLS dependency can be turned off in the configuration file at the expense of losing Gemini and Gopher-over-TLS support + +Note: the TclTLS dependency can be turned off in the configuration file at the expense of losing Gemini and Gopher-over-TLS support. It is generally not recommended to do this unless you have troubles installing TclTLS onto your system. If you found any bugs, feel free to submit an issue into this repo!