added README
This commit is contained in:
parent
e1d3d98fed
commit
fbec7d2c57
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# TAGGR
|
||||
taggr, short for Taggr is A Genuinely Great Resource is a tagging program made in zig
|
||||
# HOW TO
|
||||
just
|
||||
```bash
|
||||
git clone https://dario48.site/git/Dario48/taggr.git
|
||||
cd taggr
|
||||
zig build
|
||||
```
|
||||
this program is split in 2 parts
|
||||
- the library, in src/root.zig
|
||||
- the cli frontend, in src/main.zig
|
||||
one can use the library as a base for other programs to have alternative frontends
|
||||
|
||||
# TODO
|
||||
- make it work
|
||||
- add C bindings
|
Loading…
Add table
Add a link
Reference in a new issue