Skip to content

Commit

Permalink
document which version of zig to build zigup with in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marler8997 committed Feb 25, 2024
1 parent 962c153 commit cacd43c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cacd43c

Please sign in to comment.