Skip to content

Commit

Permalink
Merge pull request #17 from extism/update-nuget-command
Browse files Browse the repository at this point in the history
fix: update nuget command to download prerelease version
  • Loading branch information
mhmd-azeez authored Oct 15, 2023
2 parents ec8bfa6 + d4b22b6 commit 2ec2182
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 2ec2182

Please sign in to comment.