From 468f0402eda5a193edc6dd861573646dc01d8ecc Mon Sep 17 00:00:00 2001 From: Zeptaxis Date: Sat, 27 Aug 2016 13:37:33 +0200 Subject: [PATCH 1/2] Updating unclear instructions with tmux I had to google because I thought the Ctrl+B+D thing wasnt' working, so I propose this small update to make it more clear that you need to press Ctrl+B and then D and not all at the same time. --- LinuxSetup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinuxSetup.md b/LinuxSetup.md index 0272affc..6446c7ac 100644 --- a/LinuxSetup.md +++ b/LinuxSetup.md @@ -227,7 +227,7 @@ Type/ Copy and hit **Enter**. **CHECK THE BOT IN DISCORD, IF EVERYTHING IS WORKING** -Now time to **move bot to background** and to do that, press **CTRL+B+D** (this will ditach the nadeko session using TMUX), and you can finally close PuTTY now. +Now time to **move bot to background** and to do that, press **CTRL+B**,release and press **D** (this will ditach the nadeko session using TMUX), and you can finally close PuTTY now. Copy your CLIENT ID (that's in the same Developer page where you brought your token) and replace `12345678` in this link: `https://discordapp.com/oauth2/authorize?client_id=12345678&scope=bot&permissions=66186303` with it. Go to that link and you will be able to add your bot to your server. @@ -256,7 +256,7 @@ Open **PuTTY** and login as you have before, type `reboot` and hit Enter. - **-18** - **-20** -HIT **CTRL+B+D** and close **PuTTY** +HIT **CTRL+B**,release, press **D** and close **PuTTY** `IF YOU FACE ANY TROUBLE ANYWHERE IN THE GUIDE JUST FIND US IN NADEKO'S DISCORD SERVER` From 9e2b2d4a306d271aec63a8a5291d6ddef77865ef Mon Sep 17 00:00:00 2001 From: Zeptaxis Date: Sat, 27 Aug 2016 14:48:07 +0200 Subject: [PATCH 2/2] fixed a typo --- LinuxSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LinuxSetup.md b/LinuxSetup.md index 6446c7ac..48704088 100644 --- a/LinuxSetup.md +++ b/LinuxSetup.md @@ -227,7 +227,7 @@ Type/ Copy and hit **Enter**. **CHECK THE BOT IN DISCORD, IF EVERYTHING IS WORKING** -Now time to **move bot to background** and to do that, press **CTRL+B**,release and press **D** (this will ditach the nadeko session using TMUX), and you can finally close PuTTY now. +Now time to **move bot to background** and to do that, press **CTRL+B**,release and press **D** (this will detach the nadeko session using TMUX), and you can finally close PuTTY now. Copy your CLIENT ID (that's in the same Developer page where you brought your token) and replace `12345678` in this link: `https://discordapp.com/oauth2/authorize?client_id=12345678&scope=bot&permissions=66186303` with it. Go to that link and you will be able to add your bot to your server.