docs: added instructions to add as a dependency
Some checks are pending
Tests / build (push) Waiting to run

This commit is contained in:
Roberto Alsina 2024-09-18 10:58:52 -03:00
parent ca988defc1
commit c95658320c

View File

@ -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