Commit a03fee465b

Andrew Kelley <andrew@ziglang.org>
2023-07-24 00:51:13
build: include README.md in release tarballs
1 parent 9ada2f8
Changed files (1)
build.zig
@@ -71,6 +71,7 @@ pub fn build(b: *std.Build) !void {
 
     if (flat) {
         b.installFile("LICENSE", "LICENSE");
+        b.installFile("README.md", "README.md");
     }
 
     const langref_step = b.step("langref", "Build and install the language reference");