Merge pull request #1887 from willysunny/patch-2

Included download link, word fix, and style fix
This commit is contained in:
Master Kwoth 2017-11-30 11:48:52 +07:00 committed by GitHub
commit 631a8ec3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,24 @@
Nadeko is written in C# and Discord.Net for more information visit <https://github.com/Kwoth/NadekoBot> Nadeko is written in C# and Discord.Net for more information visit <https://github.com/Kwoth/NadekoBot>
## Before you start ... ## Before you start ...
... If your PC falls under any of the following cases, please grab [Docker Toolbox](https://www.docker.com/products/docker-toolbox) instead.
- For Windows ... If your PC falls under any of the following cases, please grab Docker Toolbox instead.
- Any Windows version without Hyper-V Support
- Windows 10 Home Edition For Windows [[Download Link](https://download.docker.com/win/stable/DockerToolbox.exe)]
- Windows 8 and earlier - Any Windows version without Hyper-V Support
- For Mac - Windows 10 Home Edition
- Any version newer than 10.8 “Mountain Lion” - Windows 8 and earlier
- If your mac is newer than 10.10.3 Yosemite, keep on reading this guide instead.
For Mac [[Download Link](https://download.docker.com/mac/stable/DockerToolbox.pkg)]
- Any version between 10.8 “Mountain Lion” and 10.10.2 "Yosemite"
## Prerequisites ## Prerequisites
- [Docker](https://store.docker.com/search?type=edition&offering=community) or [Docker Toolbox](https://www.docker.com/products/docker-toolbox). - [Docker](https://store.docker.com/search?type=edition&offering=community) or [Docker Toolbox](https://www.docker.com/products/docker-toolbox).
- [Create Discord Bot application](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#creating-discord-bot-application) and [Invite the bot to your server](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#inviting-your-bot-to-your-server). - [Create Discord Bot application](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#creating-discord-bot-application) and [Invite the bot to your server](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#inviting-your-bot-to-your-server).
- Have your [credentials.json](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#setting-up-your-credentials) in your home folder. - Have your [credentials.json](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#setting-up-your-credentials) in your home folder. To go to your home folder on ...
- Home folder for linux/mac: **~** - Linux: **cd ~**
- Home folder for windows: **%userprofile%** - Mac: **⌘ + Shift + H**
- Windows: Enter **%userprofile%** in your address bar
## Fool-proof Quick start guide - Just want to get things working ## Fool-proof Quick start guide - Just want to get things working