Updated build instructions. - 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 d6db1d7483b1f8d9df386579fbc70e269f58bd36
(DIR) parent 7f5294386119b8d2f4b03e2f1285886448456061
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Fri, 25 Nov 2016 00:12:43 -0600
Updated build instructions.
Diffstat:
README.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/README.rst b/README.rst
@@ -44,7 +44,8 @@ Installation and configuration is fairly simple:
- 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 clean`
+- Run `make`
- Run `make install` or, if needed, `sudo make install`
Note that running `make install` will install a `desktop entry file`_, in either "system" or "user" mode.