docs: how to install from pnpm

This commit is contained in:
GreenRobot 2021-04-25 03:53:24 +07:00 committed by GitHub
commit 1ea16f898f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,8 @@ Install `carbon-components-svelte` as a development dependency.
yarn add -D carbon-components-svelte yarn add -D carbon-components-svelte
# OR # OR
npm i -D carbon-components-svelte npm i -D carbon-components-svelte
# OR
pnpm i -D carbon-components-svelte
``` ```
## Usage ## Usage