Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarancek committed Jun 11, 2024
1 parent 4bdd451 commit ff4f972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ dotnet tool install TcOpen.tco --global --version --prerelease

Installing specific version:
~~~Powershell
dotnet tool install TcOpen.tco --global --version 0.3.0-preview.1
dotnet tool install TcOpen.tco --global --version 0.3.0-preview.2
~~~

## Updating to specific version

~~~Powershell
dotnet tool update TcOpen.tco --global --version 0.3.0-preview.1
dotnet tool update TcOpen.tco --global --version 0.3.0-preview.2
~~~

## Uninstalling global tool
Expand Down Expand Up @@ -82,7 +82,7 @@ PS C:\> .\tco.exe --help

Get mts-s-template from the repository
~~~Powershell
tco --project-name MyNewProject --template-name mts-s-template --source repository --release 0.2.3-preview.2
tco --project-name MyNewProject --template-name mts-s-template --source repository --release 0.3.0-preview.2
~~~
### Important!
Project name must comply with C# identifier rules.It must start with a letter (not number or other characters except for `@`). For details see [here](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/lexical-structure#643-identifiers).
Expand Down

0 comments on commit ff4f972

Please sign in to comment.