1
Fork 0
hare-playground/vendor/hare-json/README.md
2024-06-01 16:46:01 +02:00

24 lines
435 B
Markdown

# hare-json
This package provides JSON support for Hare.
## Installation
### From your distribution
The recommended name for this package is "hare-json". Look for this, or
something similar, in your local package manager. This is the preferred way to
install this package.
### System-wide installation
```
make install
```
### Vendoring
```
git subtree -P vendor/hare-json/ add https://git.sr.ht/~sircmpwn/hare-json master
```