Browse Source

Update Index.md

pull/13302/head
Alper Ebiçoğlu 4 years ago
committed by GitHub
parent
commit
1fd624c46e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Tutorials/Todo/Index.md

4
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:

Loading…
Cancel
Save