From 08063b14d7142ba542df840f96d2a281d0cb9ea3 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 11 Apr 2024 16:08:08 +0800 Subject: [PATCH] readme: update install instruction to use published opam version --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07621fa..af278b7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ Generate an [ATD](https://github.com/ahrefs/atd) file from a JSON Schema / OpenA ## Installation -Install the package and dependencies with: +The package is available on [opam](https://ocaml.org/p/jsonschema2atd/latest). + +``` +opam install jsonschema2atd +``` + +If you wish to install the development version you can do so with: + ```bash make install ```