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,14 +1,14 @@
Prerequisites
### Prerequisites
- [.net core sdk 2.0][.netcore]
- [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager
- [git][git]
*Clone the repo*
### Clone The Repo
`git clone -b 1.9 https://github.com/Kwoth/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
*run*
### Run
`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)*

View File

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