From 99ec9e1bb42ece60b09c1d6e9019cf0a23517bc6 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Wed, 27 Sep 2017 10:08:48 +0200 Subject: [PATCH] update --- docs/guides/From Source.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/From Source.md b/docs/guides/From Source.md index d5441289..d24960f2 100644 --- a/docs/guides/From Source.md +++ b/docs/guides/From Source.md @@ -2,6 +2,7 @@ - [.net core sdk 2.0][.netcore] - [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager - [git][git] +- [redis][redis] for windows, or `apt-get install redis-server` for linux ### Clone The Repo `git clone -b 1.9 https://github.com/Kwoth/NadekoBot` @@ -17,4 +18,5 @@ Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you do [.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 +[redis]: https://github.com/MicrosoftArchive/redis/releases/latest \ No newline at end of file