From 1fd624c46e742019d6f8a404d8891dd98fb18564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Wed, 13 Jul 2022 22:08:26 +0300 Subject: [PATCH] Update Index.md --- docs/en/Tutorials/Todo/Index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Tutorials/Todo/Index.md b/docs/en/Tutorials/Todo/Index.md index 7f813aa986..e373871183 100644 --- a/docs/en/Tutorials/Todo/Index.md +++ b/docs/en/Tutorials/Todo/Index.md @@ -25,7 +25,7 @@ You can find the source code of the completed application [here](https://github. {{end}} -## Installing ABP CLI Tool +## Install ABP CLI Tool We will use the [ABP CLI](../../CLI.md) to create new ABP solutions. You can run the following command on a terminal window to install this dotnet tool: @@ -33,7 +33,7 @@ We will use the [ABP CLI](../../CLI.md) to create new ABP solutions. You can run dotnet tool install -g Volo.Abp.Cli ```` -## Creating a New Solution +## Create Your ABP Solution Create an empty folder, open a command-line terminal and execute the following command in the terminal: