mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-05 00:00:34 +00:00
docs: added instructions to add as a dependency
Some checks are pending
Tests / build (push) Waiting to run
Some checks are pending
Tests / build (push) Waiting to run
This commit is contained in:
parent
ca988defc1
commit
c95658320c
@ -45,6 +45,14 @@ $ tartrazine whatever.c -t catppuccin-macchiato --line-numbers \
|
|||||||
|
|
||||||
## Usage as a Library
|
## Usage as a Library
|
||||||
|
|
||||||
|
Add to your `shard.yml`:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
dependencies:
|
||||||
|
tartrazine:
|
||||||
|
github: ralsina/tartrazine
|
||||||
|
```
|
||||||
|
|
||||||
This is the high level API:
|
This is the high level API:
|
||||||
|
|
||||||
```crystal
|
```crystal
|
||||||
|
Loading…
Reference in New Issue
Block a user