From 494d8405b84f2fd53c2ee7b302583360397ade3c Mon Sep 17 00:00:00 2001 From: shivaco Date: Wed, 13 Sep 2017 23:19:07 +0600 Subject: [PATCH] Fixed the mistype + added hyperlink --- docs/guides/From Source.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/From Source.md b/docs/guides/From Source.md index 2b5ca2f2..643054b1 100644 --- a/docs/guides/From Source.md +++ b/docs/guides/From Source.md @@ -6,17 +6,17 @@ Prerequisites *Clone the repo* `git clone -b 1.4 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 +Edit `credentials.json.` Read the [JSON Explanations](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/) guide if you don't know how to set it up. *run* `dotnet restore` `dotnet run -c Release` -*when you decide to updatein 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` `dotnet restore` `dotnet run -c Release` [.netcore]: https://www.microsoft.com/net/download/core#/sdk [ffmpeg]: http://ffmpeg.zeranoe.com/builds/ -[git]: https://git-scm.com/downloads \ No newline at end of file +[git]: https://git-scm.com/downloads