Explorar o código

Added NPM installation instructions.

Eden Tyler-Moss %!s(int64=5) %!d(string=hai) anos
pai
achega
8409552275
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -26,6 +26,10 @@ $> peerjs --port 9000 --key peerjs --path /myapp
 
 Or, create a custom server:
 
+```bash
+$> npm install peerjs-server
+```
+
 ```javascript
 const PeerServer = require('peer').PeerServer;
 const server = PeerServer({port: 9000, path: '/myapp'});