Skip to content

Commit

Permalink
Update 1_setup.md (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomGamers committed Jun 11, 2024
1 parent 2046b1c commit 561b434
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 -i BepInEx.Templates::2.0.0-be.2 --nuget-source https://nuget.bepinex.dev/v3/index.json
dotnet new install BepInEx.Templates::2.0.0-be.3 --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 561b434

Please sign in to comment.