Skip to content

Commit a03fee4

Browse files
committed
build: include README.md in release tarballs
1 parent 9ada2f8 commit a03fee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ pub fn build(b: *std.Build) !void {
7171

7272
if (flat) {
7373
b.installFile("LICENSE", "LICENSE");
74+
b.installFile("README.md", "README.md");
7475
}
7576

7677
const langref_step = b.step("langref", "Build and install the language reference");

0 commit comments

Comments
 (0)