Document new configuration procedure. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f66024a8086c38b45cee40f1a5a8ee429b8f5a7b
 (DIR) parent 77ac2ab259fd0b38a9352b83aa95345e67655541
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Fri,  9 Sep 2016 17:48:34 -0500
       
       Document new configuration procedure.
       
       Diffstat:
         README.rst                          |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -41,10 +41,8 @@ Basic Installation
        -------------------
        Installation and configuration is fairly simple:
        
       -- Copy `config.mk.def` to `config.mk` and modify as needed
       -  (a default version will be used if you don't do this that will probably be fine)
       -- Copy `config.h.def` to `config.h` and modify as needed
       -  (a default version will be used if you don't do this that will probably be fine)
       +- If you need to modify the default compile-time configuration (which is unlikely)
       +  copy `config.mk.def` to `config.mk` and modify as needed
        - Run `make clean all`
        - Run `make install` or, if needed, `sudo make install`