From 1f11e4f227b79416f39c2895302851d315ba57d2 Mon Sep 17 00:00:00 2001 From: Ene <4186225-Kieteyuku@users.noreply.gitlab.com> Date: Wed, 24 Apr 2024 09:59:11 +0000 Subject: [PATCH 1/2] Correctly label auto-restart options --- docs/guides/linux-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index d1fdfbecd..e3af6db6c 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -180,8 +180,8 @@ Choose: [1] to Run NadekoBot with Auto Restart on "die" command without updating. [2] to Run with Auto Updating on restart after using "die" command. ``` -- Run `1` to update the bot upon restart. (This is done using the `.die` command) -- Run `2` to restart the bot without updating. (This is also done using the `.die` command) +- Run `1` to restart the bot without updating. (This is done using the `.die` command) +- Run `2` to update the bot upon restart. (This is also done using the `.die` command) 5. That's it! to detatch the tmux session: - Press `Ctrl` + `B` From 236a8aa9ac965c7363fe97204a3e55ca39f99d6f Mon Sep 17 00:00:00 2001 From: Hokuto Chen Date: Fri, 26 Apr 2024 05:00:41 +0000 Subject: [PATCH 2/2] Removed random W --- docs/guides/linux-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/linux-guide.md b/docs/guides/linux-guide.md index d1fdfbecd..a812437c9 100644 --- a/docs/guides/linux-guide.md +++ b/docs/guides/linux-guide.md @@ -1,4 +1,4 @@ -w# Setting up NadekoBot on Linux +# Setting up NadekoBot on Linux | Table of Contents | | :-------------------------------------------------- | @@ -180,8 +180,8 @@ Choose: [1] to Run NadekoBot with Auto Restart on "die" command without updating. [2] to Run with Auto Updating on restart after using "die" command. ``` -- Run `1` to update the bot upon restart. (This is done using the `.die` command) -- Run `2` to restart the bot without updating. (This is also done using the `.die` command) +- Run `1` to restart the bot without updating. (This is done using the `.die` command) +- Run `2` to update the bot upon restart. (This is also done using the `.die` command) 5. That's it! to detatch the tmux session: - Press `Ctrl` + `B`