add install and usage to README
This commit is contained in:
parent
9e8a5abdaa
commit
fe507437ea
1 changed files with 17 additions and 1 deletions
16
README.md
16
README.md
|
@ -1,3 +1,19 @@
|
||||||
# jorts
|
# 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue