Update Linux Guide.md

Okay hopefully final changes
This commit is contained in:
samvaio 2016-11-11 17:09:18 +05:30 committed by GitHub
parent ef5b0a358d
commit 37ae146146

View File

@ -134,7 +134,7 @@ Once done, go back to **PuTTY**
- `tmux new -s nadeko` - `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/` - `cd NadekoBot/src/NadekoBot/`
- `dotnet run --configuration Release` - `dotnet run --configuration Release`