Fix uncaught error in server

This commit is contained in:
RobinLinus 2018-09-21 18:53:31 +02:00
parent abf96c0228
commit 36ec13d428
3 changed files with 3 additions and 37 deletions

View file

@ -45,8 +45,8 @@ ShareDrop uses WebRTC only and isn't compatible with Safari Browsers. Snapdrop u
## Local Development
```
git clone git@github.com:RobinLinus/secret-snapdrop.git
cd secret-snapdrop/server
git clone git@github.com:RobinLinus/snapdrop.git
cd snapdrop/server
npm install
node index.js
cd ../client