Skip to content

Commit

Permalink
readme: update install instrs after release in opam
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 24, 2023
1 parent c3c70a6 commit 9f29577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ Install [opam](https://opam.ocaml.org/) package manager.

Then:

```
opam pin add melange-json.dev git+https://github.com/melange-community/melange-json.git#main
```sh
opam install melange-json
```

# Setup

Add `melange-json` to the `libraries` field in your `dune` file:

```dune
```lisp
; ...
(libraries melange-json)
; ...
Expand Down

0 comments on commit 9f29577

Please sign in to comment.