diff --git a/README.md b/README.md index 434dec4..13dbfc2 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ this time it'll work i promise it wont be like vig plrease ``` git clone https://gitdab.com/luna/rayoko cd rayoko -zig build install --prefix ~/.local/ +zig build ``` # use ``` -rayoko examples/hello.ry # outputs to outpath.o -gcc outpath.o examples/hello.c -o hello -./hello +./zig-cache/bin/rayoko examples/hello.ry +./a.out # gives 123 as exit code which i think is epic ```