Updated build instructions. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d6db1d7483b1f8d9df386579fbc70e269f58bd36 | |
parent 7f5294386119b8d2f4b03e2f1285886448456061 | |
Author: Rob King <[email protected]> | |
Date: Fri, 25 Nov 2016 00:12:43 -0600 | |
Updated build instructions. | |
Diffstat: | |
README.rst | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
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 unlik… | |
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 eith… |