From f3fd63fe75a8151ac3dc0ff6162cdfaa94be05c8 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Wed, 27 Sep 2017 10:08:31 +0200 Subject: [PATCH] Docs formatting --- docs/guides/From Source.md | 12 ++++++------ src/NadekoBot/Modules/Searches/FeedCommands.cs | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/guides/From Source.md b/docs/guides/From Source.md index 21fda26d..d5441289 100644 --- a/docs/guides/From Source.md +++ b/docs/guides/From Source.md @@ -1,18 +1,18 @@ -Prerequisites -- [.net core sdk 2.0][.netcore] -- [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager +### 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)* -`git pull` +`git pull` `dotnet run -c Release` [.netcore]: https://www.microsoft.com/net/download/core#/sdk diff --git a/src/NadekoBot/Modules/Searches/FeedCommands.cs b/src/NadekoBot/Modules/Searches/FeedCommands.cs index b98dfb2d..629209c8 100644 --- a/src/NadekoBot/Modules/Searches/FeedCommands.cs +++ b/src/NadekoBot/Modules/Searches/FeedCommands.cs @@ -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;