From 43b33f50b9d37096061711450cc2810323ceb6ca Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 13 Apr 2024 19:15:17 +0200 Subject: Added info --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 264eff7..fd6ebb4 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,38 @@ Replace `sudo` with `doas` if you are running OpenBSD. The destination will always be prefixed to `/usr/local`, i.e. system wide, therefore extra privileges are required. +## Running the server ## + +As root, do the following (unless you aren't already logged in as +`chess`): + + # su -l chess + $ screen fics + +This assumes that +[GNU Screen](https://www.gnu.org/software/screen/) +is installed on your computer. + +To detach the screen, type: + + $ (CTRL+a+d) + +And to resume, use: + + $ screen -r + +The same is achievable with the terminal multiplexer `tmux` in case +you prefer that over GNU Screen. + +### Install GNU Screen ### + +To install +[GNU Screen](https://www.gnu.org/software/screen/) +on +[OpenBSD](http://www.openbsd.org/), run: + + # pkg_add -i screen + ## Creating registered players ## As root, do the following: -- cgit v1.2.3