add README.md

This commit is contained in:
Luna 2019-08-24 16:31:13 -03:00
parent a4fa0e0cfc
commit 830693d16d
1 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# spoodle
a vlang parser in zig
## why
because i can
## how
```
git clone https://gitdab.com/luna/spoodle.git
cd spoodle
zig build install --prefix ~/.local/
```