Updated README. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 3e0ebb9ecdfa570f11e09e5ad9fd6231dfb107c7 | |
parent 1224a293dc2c39dfcd3e161b0918f02997f7c925 | |
Author: Rob King <[email protected]> | |
Date: Wed, 7 Dec 2016 16:00:49 -0600 | |
Updated README. | |
Diffstat: | |
README.rst | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -44,6 +44,8 @@ Installation and configuration is fairly simple: | |
- You need to be running X11 of some sort. | |
On the Mac, `XQuartz`_ seems to work well. | |
+ On Linux and BSD systems, | |
+ the operating system's installation of X should be fine. | |
- 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` |