From fcde128547fc5efb32adca2220d44a96c19dd3a0 Mon Sep 17 00:00:00 2001 From: Joshua Zenn Date: Fri, 29 May 2015 09:56:13 -0400 Subject: [PATCH] Update DevKit.md --- Docs/Installation/DevKit.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Docs/Installation/DevKit.md b/Docs/Installation/DevKit.md index 79e44edac..7cc728936 100644 --- a/Docs/Installation/DevKit.md +++ b/Docs/Installation/DevKit.md @@ -1,13 +1,16 @@ ### Prerequisites -* (Free) source code of Devkit from [Cosmos on GitHub](https://github.com/CosmosOS/Cosmos) +* (Free) source code of Devkit from [Cosmos on GitHub](https://github.com/CosmosOS/Cosmos) + * You must clone the repository using Git. For a detailed walkthrough, [see here](https://help.github.com/articles/fork-a-repo/). + * When following the tutorial, replace *OctoCat* with *CosmosOS* and *Spoon-Knife* with *Cosmos*. * (Free) [Visual Studio 2013 Community](http://go.microsoft.com/fwlink/?LinkId=517284) -* If using Visual Studio 2010 Express, you will need to download the [GitHub for Windows](#) tool. - * (Free) [InnoSetup QuickStart Kit](http://www.jrsoftware.org/isdl.php#qsp) - * This is required to build the setup kit which is used to build and install the Visual Studio integration libaries for Cosmos. +* If using Visual Studio 2010, you will need to download the [GitHub for Windows](#) tool. +* (Free) [InnoSetup QuickStart Kit](http://www.jrsoftware.org/isdl.php#qsp) + * This is required to build the setup kit which is used to build and install the Visual Studio integration libaries for Cosmos. * During install it will ask you about optional components to install. Be sure you check "Install Inno Setup Preprocessor". +* Visual Studio SDK: [download here](https://www.microsoft.com/en-us/download/details.aspx?id=40758). ### Installation