Update README.md

This commit is contained in:
Nish Anil 2019-11-28 16:10:57 +05:30 committed by GitHub
parent 6525dce470
commit 3466fa1766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,11 @@ _**Dev** branch contains the latest **beta** code and their images are tagged wi
## Getting Started
eShopOnContainers is provided in "two flavors":
- Basic scenario: Can be run locally using docker compose, and also deployed to a local Kubernetes cluster
- Production scenario: Can only be deployed on a Kubernetes cluster (local or in the cloud like AKS), and enable production features like the use of a Service Mesh.
eShopOnContainers is provided in two flavors: Basic and Advanced.
### Basic scenario
You can run eShop locally:
Basic scenario cab be run locally using docker compose, and also deployed to a local Kubernetes cluster. Refer these Wiki to Get Started:
- [Using Visual Studio](https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup)
- Using CLI or Visual Studio Code