From 77c88fad34fc9a7a0ae6e62918cb59a6363044e5 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 27 Sep 2019 21:23:11 -0300 Subject: [PATCH] update readme with usage instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb90c3..434dec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rayoko -a programming language +a toy programming language and compiler this time it'll work i promise it wont be like vig plrease @@ -11,3 +11,11 @@ git clone https://gitdab.com/luna/rayoko cd rayoko zig build install --prefix ~/.local/ ``` + +# use + +``` +rayoko examples/hello.ry # outputs to outpath.o +gcc outpath.o examples/hello.c -o hello +./hello +```