Skip to content

Commit

Permalink
fix: update nuget command to download prerelease version
Browse files Browse the repository at this point in the history
The PDK is currently in prerelease state, so we have to specify the `--prerelease` flag
  • Loading branch information
mhmd-azeez authored Oct 15, 2023
1 parent ec8bfa6 commit d4b22b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Create a new project and add this nuget package to your project:
```
dotnet new wasiconsole -o MyPlugin
cd MyPlugin
dotnet add package Extism.Pdk
dotnet add package Extism.Pdk --prerelease
```

Update your MyPlugin.csproj as follows:
Expand Down

0 comments on commit d4b22b6

Please sign in to comment.