diff options
| author | tazboyz16 <tazboyz_16@yahoo.com> | 2021-02-14 17:15:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-14 23:15:59 +0100 |
| commit | 2cf8b6bfea05781c52dba7780ae364cd93d50aa8 (patch) | |
| tree | 1e5d78ca4da1bba12b11c401bd575f4413f275e8 | |
| parent | 903febed0a1bbefb8a3f91782eb9ab888204cf77 (diff) | |
| download | wiki-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
| -rw-r--r-- | docs/Install-with-AC-Dashboard.md | 2 |
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. |
