Browse Source

document which version of zig to build zigup with in README.md

Jonathan Marler 1 năm trước cách đây
mục cha
commit
cacd43c7a9
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -48,6 +48,10 @@ Run `zig build` to build, `zig build test` to test and install with:
 cp zig-out/bin/zigup BIN_PATH
 ```
 
+# Building Zigup
+
+Zigup is currently built/tested using zig 0.11.0.
+
 # TODO
 
 * set/remove compiler in current environment without overriding the system-wide version.