Skip to content

Commit

Permalink
update instructions to point to be.4 template (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers authored Jun 26, 2024
1 parent 729986b commit da99829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/dev_guide/plugin_tutorial/1_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ We will be using them to make our plugins.
To install the template, run the following command:

```bash
dotnet new install BepInEx.Templates::2.0.0-be.3 --nuget-source https://nuget.bepinex.dev/v3/index.json
dotnet new install BepInEx.Templates::2.0.0-be.4 --nuget-source https://nuget.bepinex.dev/v3/index.json
```

If the install is successful, you should see a listing of all .NET project templates.
Expand Down

0 comments on commit da99829

Please sign in to comment.