| ... | @@ -71,6 +71,7 @@ pub fn build(b: *std.Build) !void { | ... | @@ -71,6 +71,7 @@ pub fn build(b: *std.Build) !void { |
| 71 | | 71 | |
| 72 | if (flat) { | 72 | if (flat) { |
| 73 | b.installFile("LICENSE", "LICENSE"); | 73 | b.installFile("LICENSE", "LICENSE"); |
| | 74 | b.installFile("README.md", "README.md"); |
| 74 | } | 75 | } |
| 75 | | 76 | |
| 76 | const langref_step = b.step("langref", "Build and install the language reference"); | 77 | const langref_step = b.step("langref", "Build and install the language reference"); |