add install and usage to README

This commit is contained in:
Luna 2019-03-09 16:54:47 -03:00
parent 9e8a5abdaa
commit fe507437ea
1 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
# jorts
jorts programming language
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
```