From 99dbcbf8c5cc9fdcbf8a08266399dc7c49038c54 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Mon, 7 Aug 2017 10:53:33 -0700 Subject: [PATCH] Updated 02. Setting eShopOnContainers in a Visual Studio 2017 environment (markdown) --- ...OnContainers-in-a-Visual-Studio-2017-environment.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md index ba2a963..9f6ac02 100644 --- a/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainers-in-a-Visual-Studio-2017-environment.md @@ -105,14 +105,10 @@ After installing VS2017 with docker support, if you cannot debug properly and yo https://github.com/dotnet-architecture/eShopOnContainers/issues/224#issuecomment-319462344 ### Clone the eShopOnContainers code from GitHub -By default, clone the DEV branch which is currently the by default branch to accept Pull Requests, etc.: - - - -So make sure you switch to that branch in VS 2017 after cloning or clone that beanch with a Git command, from command prompt or PowerShell, similar to: - - git clone https://github.com/dotnet-architecture/eShopOnContainers.git +By default, clone the DEV branch which is currently the by default branch to accept Pull Requests, etc. +Like here: +` git clone https://github.com/dotnet-architecture/eShopOnContainers.git` ### Open eShopOnContainers solution, Build, Run