You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,12 @@ tired of opening terminals and made **concurrently**.
45
45
46
46
**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):
|**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>
0 commit comments