[DOC] local file support - clic - Clic is an command line interactive client for gopher written in Common LISP
 (HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ac6d1f1b2dd50c93364c5905a6bba4364d4344ea
 (DIR) parent 04aea88d00b8330bdbde6e6fca0b926821d9f1f1
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Thu,  1 Feb 2018 19:54:55 +0100
       
       [DOC] local file support
       
       Diffstat:
         M README.md                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -107,7 +107,7 @@ clic and stay in interactive mode.
        
        Clic can open a local file respecting the gopher menu protocol, this
        can be used to create a bookmark file and load it locally without a
       -gopher server. You just need to pass the file as a parameter, like the
       -following example :
       +gopher server. In order to proceed, you need to pass the file path as
       +a parameter beginning with file://, like the following example :
        
       -    clic my_file.txt
       +    clic file://path/to/my_file.txt