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
@@ -41,25 +41,22 @@ tired of opening terminals and made **concurrently**.
41
41
- With `--kill-others` switch, all commands are killed if one dies
42
42
- Spawns commands with [spawn-command](https://github.com/mmalecki/spawn-command)
43
43
44
-
## Install
44
+
## Installation
45
45
46
-
The tool is written in Node.js, but you can use it to run **any** commands.
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):
0 commit comments