From e1b0a3553b72a98869dbcec97a0e1f27cbdde4a0 Mon Sep 17 00:00:00 2001 From: squintgit Date: Sun, 26 Apr 2020 18:20:42 -0500 Subject: [PATCH] Update testing.md Adding instructions for shutting down server, which may not be immediately clear to new sysops --- docs/installation/testing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation/testing.md b/docs/installation/testing.md index bfd2de26..576b28fd 100644 --- a/docs/installation/testing.md +++ b/docs/installation/testing.md @@ -26,7 +26,9 @@ _____________________ _____ ____________________ __________\_ / System started! ``` -Grab your favourite telnet client, connect to localhost:8888 and test out your installation. +Grab your favourite telnet client, connect to localhost:8888 and test out your installation. + +To shut down the server, press Ctrl-C. ## Points of Interest @@ -44,4 +46,4 @@ If you don't have any telnet software, these are compatible with ENiGMA½: * [NetRunner](http://mysticbbs.com/downloads.html) * [MagiTerm](https://magickabbs.com/index.php/magiterm/) * [VTX](https://github.com/codewar65/VTX_ClientServer) (Browser based) -* [fTelnet](https://www.ftelnet.ca/) (Browser based) \ No newline at end of file +* [fTelnet](https://www.ftelnet.ca/) (Browser based)