Skip to content

Commit 23e5573

Browse files
committed
docs(readme): update build requirement to Zig 0.16.x
Update version badges and build-from-source instructions to reflect the new minimum Zig version after the 0.16.0 I/O API migration.
1 parent 0897baf commit 23e5573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Release](https://github.com/lispking/zvm/actions/workflows/release.yml/badge.svg)](https://github.com/lispking/zvm/releases)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5-
[![Zig](https://img.shields.io/badge/Zig-0.15.x-orange.svg)](https://ziglang.org)
5+
[![Zig](https://img.shields.io/badge/Zig-0.16.x-orange.svg)](https://ziglang.org)
66

77
A fast, dependency-free version manager for [Zig](https://ziglang.org/), written entirely in Zig.
88

@@ -49,7 +49,7 @@ cd zvm-*/ && sudo mv zvm /usr/local/bin/
4949

5050
### Build from Source
5151

52-
Requirements: [Zig 0.15.x](https://ziglang.org/download/)
52+
Requirements: [Zig 0.16.x](https://ziglang.org/download/)
5353

5454
```bash
5555
git clone https://github.com/lispking/zvm.git

0 commit comments

Comments
 (0)