From 37ae14614651816158a5f9deaa2e66499b899525 Mon Sep 17 00:00:00 2001 From: samvaio Date: Fri, 11 Nov 2016 17:09:18 +0530 Subject: [PATCH] Update Linux Guide.md Okay hopefully final changes --- docs/guides/Linux Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/Linux Guide.md b/docs/guides/Linux Guide.md index 4a5253ec..fa17cda8 100644 --- a/docs/guides/Linux Guide.md +++ b/docs/guides/Linux Guide.md @@ -134,7 +134,7 @@ Once done, go back to **PuTTY** - `tmux new -s nadeko` -**that 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 the PuTTY in the background. +That command 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 the PuTTY. - `cd NadekoBot/src/NadekoBot/` - `dotnet run --configuration Release`