URI: 
       Update README to reflect the ./configure-script - libgrapheme - unicode string library
  HTML git clone git://git.suckless.org/libgrapheme
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit a591d58a3fb3abf40956c3017118da7f33a84bea
   DIR parent 30766915c37d88fc423a4d750227a769e7a307ae
  HTML Author: Laslo Hunhold <dev@frign.de>
       Date:   Tue, 11 Oct 2022 23:21:54 +0200
       
       Update README to reflect the ./configure-script
       
       Signed-off-by: Laslo Hunhold <dev@frign.de>
       
       Diffstat:
         M README                              |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/README b/README
       @@ -36,8 +36,9 @@ A C99-compiler and POSIX make.
        
        Installation
        ------------
       -Edit config.mk to match your local setup (usually not necessary, the
       -default prefix is /usr/local).
       +Run ./configure, which automatically edits config.mk to match your local
       +setup. Edit config.mk by hand if necessary or desired for further
       +customization.
        
        Afterwards enter the following command to build and install libgrapheme
        (if necessary as root):