From 1e6ef2a7b4d79e050c86ca3e4d159bf42016cc2a Mon Sep 17 00:00:00 2001 From: samvaio Date: Mon, 24 Oct 2016 05:39:27 +0530 Subject: [PATCH] Update Linux Guide.md --- docs/guides/Linux Guide.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/guides/Linux Guide.md b/docs/guides/Linux Guide.md index adf3e9c6..672dbd16 100644 --- a/docs/guides/Linux Guide.md +++ b/docs/guides/Linux Guide.md @@ -97,8 +97,8 @@ 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` +```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.* **10.5)** @@ -111,12 +111,12 @@ sudo apt-get update && sudo apt-get install ffmpeg -y` *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` -`cd ~/NadekoBot/src/NadekoBot/` -`dotnet restore` -`dotnet build --configuration Release` +```cd ~/NadekoBot/discord.net +dotnet restore -s https://dotnet.myget.org/F/dotnet-core/api/v3/index.json +dotnet restore +cd ~/NadekoBot/src/NadekoBot/ +dotnet restore +dotnet build --configuration Release``` ####Setting up NadekoBot