From d8debd234c0e05b201593c21e0ba3e42a7741a0a Mon Sep 17 00:00:00 2001 From: Alper Ebicoglu Date: Sun, 10 Oct 2021 15:59:35 +0300 Subject: [PATCH] Update get-started.md --- en/startup-templates/microservice/get-started.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/en/startup-templates/microservice/get-started.md b/en/startup-templates/microservice/get-started.md index 93fb6334..86fd203a 100644 --- a/en/startup-templates/microservice/get-started.md +++ b/en/startup-templates/microservice/get-started.md @@ -16,11 +16,7 @@ Other dependencies (like Redis and RabbitMQ) comes with a docker-compose configu ## Downloading the Solution -Use the [ABP Suite](../../abp-suite/index.md) to [create a new solution](../../abp-suite/create-solution.md) by selecting the *Microservice* as the project type. - -![microservice-template-create-solution-suite](../../images/microservice-template-create-solution-suite.png) - -> Type `abp suite` in a command line terminal to start the ABP Suite. +Use the [ABP Suite](../../abp-suite/index.md) to [create a new solution](../../abp-suite/create-solution.md) by selecting the *Microservice* as the project type. Check out [creating a new microservice document](create-new-microservice.md) to see in details. ## Open the Solution