From a9410b9bf453eaac24ae060aa2b5ec12e86b3300 Mon Sep 17 00:00:00 2001 From: Javier Chavarri Date: Thu, 15 Aug 2024 06:46:51 +0000 Subject: [PATCH] update ppx readme --- ppx/README.md | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/ppx/README.md b/ppx/README.md index 4699c88..9f5c6db 100644 --- a/ppx/README.md +++ b/ppx/README.md @@ -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