Skip to content

Commit

Permalink
update ppx readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 15, 2024
1 parent 2bfd25c commit a9410b9
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions ppx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,8 @@ both in native (using `yojson` JSON representation) and [melange][] (using

## Installation

While the package is not yet available in the official opam repository, you
either need to pin the package or add a custom opam repository:

```sh
opam repo add andreypopp https://github.com/andreypopp/opam-repository.git
opam update
```

Then you can install the package:

```sh
opam install -y ppx_deriving_json
```

Finally, add the `dune` configuration to your project:
The PPX is included in `melange-json` package. To use it, just add the `dune`
configuration to your project:

```dune
(executable
Expand Down

0 comments on commit a9410b9

Please sign in to comment.