From 5a3cc6842cd1071c536ad381d6ed09f2ded50ad0 Mon Sep 17 00:00:00 2001 From: Hanaasagi Date: Mon, 4 Dec 2023 01:23:54 +0900 Subject: [PATCH] chore: update install guide --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac20da..7e9ded0 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,8 @@ pub fn main() !void { ## Installation +### Zig 0.11 + Add `donuts` as dependency in `build.zig.zon`: ``` @@ -134,8 +136,8 @@ Add `donuts` as dependency in `build.zig.zon`: .version = "0.1.0", .dependencies = .{ .donuts = .{ - .url = "https://github.com/dying-will-bullet/donuts/archive/refs/tags/v0.1.0.tar.gz", - .hash = "1220bada42a79e3a368511af68dbc71c71f5dfc55844ed420f3a1637936ef99356a7", + .url = "https://github.com/dying-will-bullet/donuts/archive/refs/tags/v0.2.0.tar.gz", + .hash = "1220c47de7b9878c2aeb26ab20383482b0319f8ead60682dc1e47d0be2feef5588b6" }, }, } @@ -168,6 +170,10 @@ index 957f625..d1a906c 100644 // standard location when the user invokes the "install" step (the default ``` +### Zig 0.12 / nightly + +Please use the master branch. + ## LICENSE MIT License Copyright (c) 2023, Hanaasagi