riscv-zig-blink: update version to 0.6.0

This commit is contained in:
daurnimator 2020-04-27 01:12:17 +10:00
parent a27a22d516
commit fa583f878a
No known key found for this signature in database
GPG Key ID: 45B429A8F9D9D22A

View File

@ -1,12 +1,12 @@
# riscv-zig-blink # riscv-zig-blink
Written against zig 0.5.0+0cd89e917 Written against zig 0.6.0
You can obtain the zig compiler via https://ziglang.org/download/ You can obtain the zig compiler via https://ziglang.org/download/
e.g. a linux user might run: e.g. a linux user might run:
``` ```
curl -L https://ziglang.org/builds/zig-linux-x86_64-0.5.0+0cd89e917.tar.xz | tar -xJf - curl -L https://ziglang.org/builds/zig-linux-x86_64-0.6.0.tar.xz | tar -xJf -
alias zig=./zig-linux-x86_64-0.5.0+0cd89e917/zig alias zig=./zig-linux-x86_64-0.6.0/zig
``` ```
Run `zig build --help` from this directory for usage and options. Run `zig build --help` from this directory for usage and options.