From 0ca1aefc97c091e81730e1a6b1c028192e77bd1c Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Fri, 27 Oct 2017 11:12:32 -0700 Subject: [PATCH] Updated 03. Setting the eShopOnContainers solution up in a Windows CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...dows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 4d0eb5e..a213356 100644 --- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -31,7 +31,7 @@ You don't need Visual Studio 2017 for this environment but can use any code edit 1. [.NET Core and SDK](http://dot.net). Install the SDK and runtime. 1. Any code editor, like [Visual Studio Code](https://code.visualstudio.com/) -*IMPORTANT NOTE:* When building with the Linux build-container (option A explained below) you don't really need to have installed Node. NPM, Bower or not even .NET Core SDK in your local Windows machine, as the Linux build-container has all the needed SDK to compile. However, we recommend to have it installed on Windows so you can do further development and testing, better. +*IMPORTANT NOTE:* When building with the Linux build-container (option A explained below) you don't really need to have installed Node, NPM, Bower or not even .NET Core SDK in your local Windows machine, as the Linux build-container has all the needed SDKs to compile the projects. However, we recommend to have it installed on Windows so you can do further development and testing. # Setting up the development environment