Skip to content

Commit

Permalink
Merge pull request #1061 from trollepierre/patch-1
Browse files Browse the repository at this point in the history
docs: Insert yarn installation step inside README.md
  • Loading branch information
pamapa authored Dec 15, 2023
2 parents 72d4585 + c4c6f1f commit d8adbd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit d8adbd7

Please sign in to comment.