gc

simple gopher client
git clone git://git.alexkarle.com.com/gc
Log | Files | Refs | README

commit dd51a57c48ea347b87b7d010da51de08bad68be7 (patch)
parent 00777a339951cafb574986bb3d15b43d3525c134
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat, 13 Nov 2021 15:27:30 -0500

doc: Add note to README suggesting other clients

Diffstat:
MREADME | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -3,3 +3,13 @@ A simple gopher client. Written for the lulz and learnings. + +--- + +This is really just a weekend project designed to teach +me more about the gopher protocol. + +For actually browsing the gopher, I'd recommend one of: + +* sacc (C, TLS support) +* bombadillo (Go, gemini support)