npq 3.12.0 → 3.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,12 @@ npm install -g npq
|
|
|
53
53
|
|
|
54
54
|
*Note: we recommend installing with `npm` rather than `yarn`. That way, `npq` can automatically install shell aliases for you.*
|
|
55
55
|
|
|
56
|
+
You can also install `npq` via [Homebrew](https://brew.sh) on macOS or Linux:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
brew install npq
|
|
60
|
+
```
|
|
61
|
+
|
|
56
62
|
## Usage
|
|
57
63
|
|
|
58
64
|
### Install packages with npq
|