Skip to content

Commit 4b01d63

Browse files
author
William Wegerson
committed
Updated the tutorial to help any user who is not coming from a javascript background who may not have npm installed; provided link to npm for their download
1 parent a6b9932 commit 4b01d63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: docs/csharp/tutorials/microservices.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Microservices hosted in Docker | C#
33
description: Learn to create asp.net core services that run in Docker containers
44
keywords: .NET, .NET Core, Docker, C#, ASP.NET, Microservice
@@ -63,7 +63,8 @@ referenced above contains sections to each of the available installations.
6363

6464
You'll also need to install a number of command line tools that support
6565
ASP.NET core development. The command line templates use Yeoman, Bower,
66-
Grunt, and Gulp. You may already have many of these tools, but if not,
66+
Grunt, and Gulp to be installed using the node.js's package manager npm which can be install from [nodejs.org](https://nodejs.org).
67+
One may already have many of these tools, but if not,
6768
run the following command in your favorite shell:
6869

6970
`npm install -g yo bower grunt-cli gulp`

0 commit comments

Comments
 (0)