URI: 
       Update manpage to current distribution way. - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 8355aa994410e4df4cca7fb3a302a7ff1d26ad34
   DIR parent e3759e8a47e6b7e0483e8978d5e40c370f8cf6fe
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat,  2 Apr 2022 23:05:04 +0200
       
       Update manpage to current distribution way.
       
       Promote sacc.
       
       Diffstat:
         M geomyidae.8                         |       9 +++++----
       
       1 file changed, 5 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/geomyidae.8 b/geomyidae.8
       @@ -55,8 +55,9 @@ commands.  The resulting executable should be run by root.
        .Ss Basic Installation and Startup:
        .Bd -literal
        
       -     $ wget http://www.r-36.net/src/geomyidae/geomyidae-current.tgz
       -     $ tar -xzvf geomyidae-*.tgz
       +     $ wget ftp://bitreich.org/releases/geomyidae/geomyidae-$VERSION.tar.lz
       +     $ lzip -d geomyidae-$VERSION.tar.lz
       +     $ tar -xvf geomyidae-*.tar
             $ cd geomyidae-*
             $ make; sudo make install
             $ sudo mkdir -p /var/gopher
       @@ -64,8 +65,8 @@ commands.  The resulting executable should be run by root.
             $ sudo geomyidae -l /var/log/geomyidae.log -b /var/gopher -p 70
             $ tail -f /var/log/geomyidae.log
        
       -     Use whatever gopher client you like (ie. lynx) to browse:
       -     $ lynx gopher://localhost
       +     Use whatever gopher client you like (ie. sacc) to browse:
       +     $ sacc gopher://localhost
        .Ed
        .
        .Ss Running