mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs: drop -D flag from install commands
This commit is contained in:
parent
951d686042
commit
67673d5161
6 changed files with 12 additions and 12 deletions
|
@ -32,13 +32,13 @@ Install `carbon-components-svelte` as a development dependency.
|
|||
|
||||
```sh
|
||||
# Yarn
|
||||
yarn add -D carbon-components-svelte
|
||||
yarn add carbon-components-svelte
|
||||
|
||||
# npm
|
||||
npm i -D carbon-components-svelte
|
||||
npm i carbon-components-svelte
|
||||
|
||||
# pnpm
|
||||
pnpm i -D carbon-components-svelte
|
||||
pnpm i carbon-components-svelte
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue