From 39f8f916d184cddbf271aa78b9c7841584d0906c Mon Sep 17 00:00:00 2001 From: Davide Bianchi Date: Thu, 1 Jun 2023 16:23:37 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7465981..5c88a58 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ To convert struct to schemas, we use [jsonschema] library. The struct must contains the appropriate struct tags to be inserted in json schema to generate the schema dynamically. It is always possible to add a totally custom swagger schema using [kin-openapi]. +## Install + +To use it, install with + +```sh +go get github.com/davidebianchi/gswagger +``` + ## Usage An example usage of this lib with gorilla mux: