From 3a55f8dbcc00a4434d8d60b1c956792a2e8f6f0f Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 2 Apr 2020 15:17:14 -0300 Subject: [PATCH] Update README install/use instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ```