Installation documentation improvements. - sam - An updated version of the sam … | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 5d4838cdd6596c121be8f4f60bb158c7dcbdbf8c | |
parent 5425a1079217c734be5044956b1a852eb70189a7 | |
Author: Rob King <[email protected]> | |
Date: Fri, 27 May 2016 13:19:06 -0500 | |
Installation documentation improvements. | |
Diffstat: | |
README.rst | 24 ++++++++++++++++++++++++ | |
1 file changed, 24 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -16,6 +16,30 @@ sam was the standard text editor for `Plan 9 from Bell Labs`… | |
This version of sam is based on that 1980s Unix port, with many useful additio… | |
+Installation | |
+======= | |
+ | |
+Basic Installation | |
+------------------- | |
+Installation is fairly simple: edit config.mk and then run make install. | |
+ | |
+The `sam` command runs sam. | |
+The `B` command adds a new file to a running instance of sam, or starts sam if… | |
+ | |
+Running Remotely | |
+-------------------- | |
+ | |
+Both the `sam` and `B` commands accept an '-r' argument, naming a remote machi… | |
+The remote machine needs to have both `sam` and `rsam` installed. | |
+ | |
+The remote machine may also have the `B` command installed. | |
+If it is installed, the `B` command can be executed both locally (on the machi… | |
+ | |
+Installation Paths | |
+------------------- | |
+ | |
+By default, `sam`, `rsam`, `samterm`, and `B` all end up in '$(BINDIR)' as def… | |
+ | |
New Features | |
============ | |