From 2cf8b6bfea05781c52dba7780ae364cd93d50aa8 Mon Sep 17 00:00:00 2001 From: tazboyz16 Date: Sun, 14 Feb 2021 17:15:59 -0500 Subject: docs: fix typo in Install-with-AC-Dashboard.md (#402) Tmux start World Server was listed twice fixed auth command under the start tmux auth-session section --- docs/Install-with-AC-Dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Install-with-AC-Dashboard.md b/docs/Install-with-AC-Dashboard.md index 396d12f..0cd2042 100644 --- a/docs/Install-with-AC-Dashboard.md +++ b/docs/Install-with-AC-Dashboard.md @@ -168,7 +168,7 @@ You can create 2 sessions and run the `worldserver` and `authserver` processes i - `tmux new -s auth-session` -- now run the `./acore.sh run-worldserver` inside it, then detach from it +- now run the `./acore.sh run-authserver` inside it, then detach from it You can detach using `CTRL+B+D` to exit the session without killing the process. If connected using VSCode SSH, you can just close the terminal session. -- cgit