diff --git a/README.md b/README.md index 862de59..9b3bc4e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # jorts -jorts programming language \ No newline at end of file +jorts programming language + +## installing + +```sh +git clone https://gitdab.com/luna/jorts +cd jorts +pip install --user --editable . +``` + +## using + +right now, its not pretty, nor finished + +``` +cat examples/hello.jt | jortsc +```