Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviuz authored Aug 4, 2024
1 parent ba99ec4 commit 8ce8022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@ class HelloWorldCommand : CommandBase
```
4. Run your program
you should see welcome info
```
```shell
This is example console application based on ECF. Version 0.0.0.
Type help to list available commands
```
5. Invoke your command in console by typing
```
```shell
> hello-world -n John
```

# Template
You can use ECF template to create new projects. Firstly you need to install template:
```
```shell
dotnet new install ECFTemplates
```

Then you can create new projects using
```
```shell
dotnet new ecf -o MyNewProject
```

Expand Down

0 comments on commit 8ce8022

Please sign in to comment.