diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-06 19:57:58 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-06 19:59:22 +0200 |
commit | 2c49a72d94e1268b3eb212aa182f98f3b96a9488 (patch) | |
tree | 2cf7c80d20f84b1c6a26dd742a15a8d9ea498707 | |
parent | 8cd94b30f67f8eacf853fbc77bd60fb57a8262dc (diff) | |
download | xK-2c49a72d94e1268b3eb212aa182f98f3b96a9488.tar.gz xK-2c49a72d94e1268b3eb212aa182f98f3b96a9488.tar.xz xK-2c49a72d94e1268b3eb212aa182f98f3b96a9488.zip |
Update README
-rw-r--r-- | README.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 37ebbb9..67a7ea5 100644 --- a/README.adoc +++ b/README.adoc @@ -26,8 +26,7 @@ As a unique bonus, you can launch a full text editor from within. xP -- The web frontend for 'xC', making use of its networked relay interface. -So far it's quite basic, yet usable. Build it using `make` in its directory, -and run it from within the _public_ subdirectory. +So far it's quite basic, yet usable. xF -- @@ -116,6 +115,11 @@ a Screen or tmux session. file or something like `killall` if you want to terminate it. You can run it as a `forking` type systemd user service. +xP +~~ +Install the Go compiler, and build the server using `make` in its directory, +then run it from within the _public_ subdirectory. + Client Certificates ------------------- 'xC' will use the SASL EXTERNAL method to authenticate using the TLS client |