Docs formatting

This commit is contained in:
Master Kwoth 2017-09-27 10:08:31 +02:00
parent 1dfe8d106e
commit f3fd63fe75
2 changed files with 6 additions and 7 deletions

View File

@ -1,18 +1,18 @@
Prerequisites ### Prerequisites
- [.net core sdk 2.0][.netcore] - [.net core sdk 2.0][.netcore]
- [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager - [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager
- [git][git] - [git][git]
*Clone the repo* ### Clone The Repo
`git clone -b 1.9 https://github.com/Kwoth/NadekoBot` `git clone -b 1.9 https://github.com/Kwoth/NadekoBot`
`cd NadekoBot/src/NadekoBot` `cd NadekoBot/src/NadekoBot`
Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up
*run* ### Run
`dotnet run -c Release` `dotnet run -c Release`
*when you decide to update in the future (might not work if you've made custom edits to the source, make sure you know how git works)* *when you decide to update in the future (might not work if you've made custom edits to the source, make sure you know how git works)*
`git pull` `git pull`
`dotnet run -c Release` `dotnet run -c Release`
[.netcore]: https://www.microsoft.com/net/download/core#/sdk [.netcore]: https://www.microsoft.com/net/download/core#/sdk

View File

@ -6,7 +6,6 @@ using NadekoBot.Common.Attributes;
using NadekoBot.Extensions; using NadekoBot.Extensions;
using NadekoBot.Modules.Searches.Services; using NadekoBot.Modules.Searches.Services;
using System; using System;
using System.IO;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Xml; using System.Xml;