Skip to content

Commit

Permalink
chore: add he release link to the readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 7, 2021
1 parent 9eeb44e commit eb1adeb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@ Minify JSON files **fast**! Written in D.

### Installation

Nodejs
- Nodejs

```
npm install @aminya/minijson
```

Dub
- CLI Binaries

You can also download the binaries for the CLI from the release page:

https://github.com/aminya/minijson/releases/tag/v0.3.1

- Dub

```
dub fetch minijson --config=library
dub build --config=library --build=release --compiler=ldc2
# or
dub fetch minijson --config=executable
dub build --config=executable --build=release --compiler=ldc2
```

### CLI Usage
Expand Down

0 comments on commit eb1adeb

Please sign in to comment.