From efaa2eec631b1f65d359ee76bf9a7c295df5d3cf Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 25 Oct 2017 18:00:31 -0700 Subject: [PATCH] Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown) --- ...CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md index 2e91b58..b7e4acc 100644 --- a/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md +++ b/04.-Setting-eShopOnContainer-solution-up-in-a-Mac,-VS-for-Mac-or-with-CLI-environment--(dotnet-CLI,-Docker-CLI-and-VS-Code).md @@ -182,9 +182,9 @@ list of prerequisites and tools needed to build locally on your machine. You can build the application using your local Mac machine. You'll need the following prerequisites installed, in addition to those listed above for building using the CI container. - - *[.NET Core and SDK](http://dot.net)* - - *[Node and NPM](http://nodejs.org)* - Just needed in order to install NPM. - - *Bower* ($ sudo npm install -g bower) needed by the MVC web app. + - Install [.NET Core and SDK](http://dot.net)* + - Install [Node LTS](http://nodejs.org)* - Just needed in order to use NPM. + - Bower ($ sudo npm install -g bower) needed by the MVC web app. ### Install .NET Core 2.0 or later