Skip to content

Commit 2c8f593

Browse files
committed
readme updates
1 parent 0aea18d commit 2c8f593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This project builds MRuby from source, only using Zig.
1818

1919
This means we emulate MRuby's non-trivial Rake-based build process entirely in Zig.
2020

21+
**NOTE**: We only support zig 0.13.0 at the moment.
22+
2123
## Issues
2224

2325
- Non-standard library gems that use any Ruby logic in their `mrbgem.rake` files aren't supported
@@ -37,6 +39,8 @@ zig build
3739
```
3840
$ tree zig-out/bin/
3941
zig-out/bin/
42+
├── example-c
43+
├── example-zig
4044
├── host-mrbc
4145
├── mirb
4246
├── mrbc

0 commit comments

Comments
 (0)