Skip to content

Commit d003e1f

Browse files
authored
Add hint about '--save-dev' in installation section
1 parent 744309b commit d003e1f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ tired of opening terminals and made **concurrently**.
4545

4646
**concurrently** can be installed in the global scope (if you'd like to have it available and use it on the whole system) or locally for a specific package (for example if you'd like to use it in the `scripts` section of your package):
4747

48-
| | npm | Yarn | pnpm |
49-
| ---------- | ----------------------- | ------------------------------ | -------------------------- |
50-
| **Global** | `npm i -g concurrently` | `yarn global add concurrently` | `pnpm add -g concurrently` |
51-
| **Local** | `npm i concurrently -D` | `yarn add concurrently -D` | `pnpm add -D concurrently` |
48+
| | npm | Yarn | pnpm |
49+
| ----------- | ----------------------- | ------------------------------ | -------------------------- |
50+
| **Global** | `npm i -g concurrently` | `yarn global add concurrently` | `pnpm add -g concurrently` |
51+
| **Local*** | `npm i concurrently -D` | `yarn add concurrently -D` | `pnpm add -D concurrently` |
52+
53+
<sub>* It's recommended to add **concurrently** as `devDependencies` as it's usually only used for developing purposes. Please change this flag if it doesn't apply in your case.</sub>
5254

5355
## Usage
5456

0 commit comments

Comments
 (0)