summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortazboyz16 <tazboyz_16@yahoo.com>2021-02-14 17:15:59 -0500
committerGitHub <noreply@github.com>2021-02-14 23:15:59 +0100
commit2cf8b6bfea05781c52dba7780ae364cd93d50aa8 (patch)
tree1e5d78ca4da1bba12b11c401bd575f4413f275e8 /docs
parent903febed0a1bbefb8a3f91782eb9ab888204cf77 (diff)
downloadwiki-2cf8b6bfea05781c52dba7780ae364cd93d50aa8.tar.gz
wiki-2cf8b6bfea05781c52dba7780ae364cd93d50aa8.tar.bz2
wiki-2cf8b6bfea05781c52dba7780ae364cd93d50aa8.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/Install-with-AC-Dashboard.md2
1 files changed, 1 insertions, 1 deletions
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.