Skip to content

Commit 184096c

Browse files
authored
split up yarn and npm install instructions for easier copying (#993)
1 parent 0a1c40e commit 184096c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/introduction/getting-started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ Redux Toolkit is available as a package on NPM for use with a module bundler or
4444
```bash
4545
# NPM
4646
npm install @reduxjs/toolkit
47+
```
48+
49+
or
4750

51+
```bash
4852
# Yarn
4953
yarn add @reduxjs/toolkit
5054
```

0 commit comments

Comments
 (0)