From facab3454ad4de5cb14355169c762902288f8767 Mon Sep 17 00:00:00 2001 From: Christopher McArthur Date: Thu, 28 Dec 2023 23:32:10 -0500 Subject: [PATCH] cross reference new docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9aea7c85e..53d6f7205 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,8 @@ As for the base64 requirements of JWTs, this library provides `base.h` with all ### Getting Started +Installation instructions can be found [here](docs/getting-started.md#installation). + Simple example of decoding a token and printing all [claims](https://tools.ietf.org/html/rfc7519#section-4) ([try it out](https://github.com/Thalhammer/jwt-cpp/tree/master/example/print-claims.cpp)): ```cpp