This commit is contained in:
Master Kwoth 2017-09-27 10:08:48 +02:00
parent f3fd63fe75
commit 99ec9e1bb4

View File

@ -2,6 +2,7 @@
- [.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]
- [redis][redis] for windows, or `apt-get install redis-server` for linux
### 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`
@ -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 [.netcore]: https://www.microsoft.com/net/download/core#/sdk
[ffmpeg]: http://ffmpeg.zeranoe.com/builds/ [ffmpeg]: http://ffmpeg.zeranoe.com/builds/
[git]: https://git-scm.com/downloads [git]: https://git-scm.com/downloads
[redis]: https://github.com/MicrosoftArchive/redis/releases/latest