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