From c4c6f1f9c47a22a74e96bc94861efcd440e8d9aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Troll=C3=A9?= <8363334+trollepierre@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:48:07 +0100 Subject: [PATCH] docs: Insert yarn installation step inside README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f10467b..470abedb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Using [npm](https://npmjs.org/) npm install oidc-client-ts react-oidc-context --save ``` +Using [yarn](https://yarnpkg.com/) + +```bash +yarn add oidc-client-ts react-oidc-context +``` + ## Getting Started Configure the library by wrapping your application in `AuthProvider`: