Skip to content

Commit cbc9b7b

Browse files
Installation commands should match the version [ci skip].
1 parent b0da2c6 commit cbc9b7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We rely on [`prebuild`](https://github.com/mafintosh/prebuild).
3636
Install `zeromq` with the following:
3737

3838
```bash
39-
npm install zeromq
39+
npm install zeromq@5
4040
```
4141
windows users:
4242
do not forget to set msvs_version according to your visual studio version 2013,2015,2017
@@ -47,7 +47,7 @@ To use your system's libzmq (if it has been installed and development headers
4747
are available):
4848

4949
```bash
50-
npm install zeromq --zmq-external
50+
npm install zeromq@5 --zmq-external
5151
```
5252

5353
### Rebuilding for Electron
@@ -102,7 +102,7 @@ Use your distribution's package manager to install.
102102
Now you can install `zeromq` with the following:
103103

104104
```bash
105-
npm install zeromq
105+
npm install zeromq@5
106106
```
107107

108108
## Installation - Contributors and Development

0 commit comments

Comments
 (0)