Update README to new state. - pointtools - Simple point utilities to hold text presentations.
 (HTM) git clone git://bitreich.org/pointtools/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/pointtools/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a20dcaafee3d435cf8dd3434f8166e72cffe8618
 (DIR) parent c406e1ed7f02f19ee354c2bb071758d830f2369d
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Wed, 29 Apr 2020 16:36:49 +0200
       
       Update README to new state.
       
       Diffstat:
         M README.md                           |      20 +++++++++++++++-----
       
       1 file changed, 15 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -4,22 +4,32 @@ These  tools  are scripts and ways to present point files. They are pre‐
        formatted text files presented in catpoint(1). In /bin is  a  script  to
        easily convert markdown files to point files.
        
       -See the examples/hello directory for how to use it in real life:
       +To install md2point and dir2point, do:
        
       -        % git clone git://git.2f30.org/catpoint
       +        % make
       +        % sudo make install
       +
       +To get catpoint:
       +
       +        % git clone git://r-36.net/catpoint
                % cd catpoint
                % make
                % cp catpoint $HOME/bin
       -        % cp ../bin/* $HOME/bin
       +
       +To view the examples:
       +
                % cd ../examples/hello
                % cat hello.md | md2point
                % catpoint *.txt
        
       +        OR
       +
       +        % dir2point .
       +
       +
        There are not many formatting options for now, but it’s enough for daily
        usage. If you need any graph or formatting, use  troff(1)  and  all  the
        formatting available there.
        
       -md2point requires utf8expr gopher://bitreich.org/1/scm/utf8expr/log.gph
       -
        Have fun!