Преглед на файлове

Added NPM installation instructions.

Eden Tyler-Moss преди 5 години
родител
ревизия
8409552275
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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'});