From a6a0308cb6ab885669d469138f4cf0eef8371ef6 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 30 Nov 2017 09:39:04 +0800 Subject: [PATCH] Included download link, word fix, and style fix Since docker decided to remove the toolbox main page from their site, I changed the download link to direct link. Also taking the suggestion from the previous edit. --- docs/guides/Docker Guide.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/guides/Docker Guide.md b/docs/guides/Docker Guide.md index c02ee4c7..adbe9244 100644 --- a/docs/guides/Docker Guide.md +++ b/docs/guides/Docker Guide.md @@ -2,21 +2,24 @@ Nadeko is written in C# and Discord.Net for more information visit ## 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 - - Any Windows version without Hyper-V Support - - Windows 10 Home Edition - - Windows 8 and earlier -- For Mac - - Any version newer than 10.8 “Mountain Lion” - - If your mac is newer than 10.10.3 Yosemite, keep on reading this guide instead. + +... If your PC falls under any of the following cases, please grab Docker Toolbox instead. + +For Windows [[Download Link](https://download.docker.com/win/stable/DockerToolbox.exe)] +- Any Windows version without Hyper-V Support +- Windows 10 Home Edition +- Windows 8 and earlier + +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 - [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). -- Have your [credentials.json](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/#setting-up-your-credentials) in your home folder. - - Home folder for linux/mac: **~** - - Home folder for windows: **%userprofile%** +- 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 ... +- Linux: **cd ~** +- Mac: **⌘ + Shift + H** +- Windows: Enter **%userprofile%** in your address bar ## Fool-proof Quick start guide - Just want to get things working