Skip to content

Commit

Permalink
Update README.md with a clarification on RIDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored Jul 23, 2021
1 parent ee48691 commit 64869aa
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 @@ -8,7 +8,7 @@ used by other projects.
* For every official release of Zig, a set of NuGet packages with the name pattern
`Zig.Toolset.<rid>` will be published, where `<rid>` is replaced with
`linux-arm64`, `osx-x64`, `win-x86`, etc.
* Only the RIDs that are relevant to the .NET ecosystem will be covered (so e.g.
* Only the RIDs that .NET runs on will be covered (so e.g.
`Zig.Toolset.linux-riscv64` will not be available).
* The package version will match the official Zig release's version, with an
extra fourth component added indicating the packaging version.

0 comments on commit 64869aa

Please sign in to comment.