Updated 04. Setting eShopOnContainer solution up in a Mac, VS for Mac or with CLI environment (dotnet CLI, Docker CLI and VS Code) (markdown)

Cesar De la Torre 2017-10-25 18:00:31 -07:00
parent b6940db3ff
commit efaa2eec63

@ -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