Skip to content

Commit

Permalink
πŸ“ Remove version on getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Dec 13, 2023
1 parent ca335d0 commit b44cda7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ That's it πŸ‘
After you have installed the required dependencies, the easiest way to get a project up an running is by using the BlazeKit CLI.
```shell
# Install the BlazeKit CLI
dotnet tool install --global BlazeKit.CLI --version 0.1.0
dotnet tool install --global BlazeKit.CLI
```
Now simply create your first BlazeKit project by running the following command
```shell
Expand All @@ -28,5 +28,5 @@ And here it is, your first BalzeKit project πŸŽ‰
The easiest way to update the BlazeKit CLI is to simply uninstall and reinstall it.
```shell
dotnet tool uninstall -g BlazeKit.CLI
dotnet tool install -g BlazeKit.CLI --version 0.1.0
dotnet tool install -g BlazeKit.CLI
```

0 comments on commit b44cda7

Please sign in to comment.