24 lines
435 B
Markdown
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
|
||
|
```
|