From 7ce07b5542d4db52fb3005cf3ec69ce8ce7cdc52 Mon Sep 17 00:00:00 2001 From: samvaio Date: Mon, 24 Oct 2016 12:32:30 +0530 Subject: [PATCH] =?UTF-8?q?Additions=20and=20Kwoth's=20Magic=20=E2=9C=A8?= =?UTF-8?q?=20from=20Magical=20Girl=20Mirai?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guides/Linux Guide.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/guides/Linux Guide.md b/docs/guides/Linux Guide.md index 7cb3049d..143b88f9 100644 --- a/docs/guides/Linux Guide.md +++ b/docs/guides/Linux Guide.md @@ -97,20 +97,24 @@ sudo apt-get update && sudo apt-get install ffmpeg -y` ####Getting NadekoBot **10)** + - `cd ~` - `curl -L https://github.com/Kwoth/NadekoBot-BashScript/raw/master/nadeko_installer.sh | sh` -*Skip steps 10.5-11.5 and continue to run the bot, if you see errors while running, do the below steps again.* +*Skip steps 10.5-11.5 and continue to run the bot, if you see errors while running, do the steps (10.5-11.5) below:* **10.5)** + - `cd ~ && git clone -b 1.0 --recursive https://github.com/Kwoth/NadekoBot.git` ####Building NadekoBot **11)** + - `cd ~/NadekoBot/ && dotnet restore && cd ~/NadekoBot/src/NadekoBot/ && dotnet build --configuration Release` *if you see error, try:* **11.5)** + - `cd ~/NadekoBot/discord.net` - `dotnet restore -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json` - `dotnet restore` @@ -145,11 +149,13 @@ Go back to **PuTTY**, `(hope its still running xD)` **12)** `tmux new -s nadeko` -`cd NadekoBot/src/NadekoBot/` + **^this will create a new session named “nadeko”** *(you can replace “nadeko” with anything you prefer and remember its your session name)* so you can run the bot in background without having to keep running PuTTY in the background. **13)** -`dotnet run --configuration Release` + +- `cd NadekoBot/src/NadekoBot/` +- `dotnet run --configuration Release` **CHECK THE BOT IN DISCORD, IF EVERYTHING IS WORKING**