Skip to content

Commit

Permalink
Readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Dec 29, 2024
1 parent fec48c2 commit e8a37fe
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
@@ -1,16 +1,16 @@
# Rebel Framework Empty Project Template

## Install the Casual Project Template:
## Install the Empty Project Template:

Open your terminal or command prompt.

Use the following command to install the rbfx.template.casual template package from NuGet:
Use the following command to install the rbfx.template.empty template package from NuGet:

```
dotnet new install rbfx.template.empty
```

This command will download and install the template package. If you want to install a specific version, you can specify it using the format rbfx.template.casual::<package-version>.
This command will download and install the template package. If you want to install a specific version, you can specify it using the format rbfx.template.empty::<package-version>.

## Create a New Solution Using the Installed Template:

Expand All @@ -24,7 +24,7 @@ dotnet new rbfx-empty -n MyAwesomeGame

Replace MyAwesomeGame with your desired solution name.

This command will create a new solution with the necessary project structure and files based on the Casual template.
This command will create a new solution with the necessary project structure and files based on the Empty template.

## Explore and Customize:

Expand Down

0 comments on commit e8a37fe

Please sign in to comment.