docs: add instruction on how to install zustand package using yarn (#1330)

This commit is contained in:
Joel Mathew Koshy 2022-10-09 06:38:50 +05:30 committed by GitHub
parent a848f708b7
commit 276af10d88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,14 @@ You can try a live demo [here](https://codesandbox.io/s/dazzling-moon-itop4).
## Installation
Zustand is available as a package on NPM for use:
```bash
# NPM
npm install zustand
# Yarn
yarn add zustand
```
## First create a store