diff --git a/README.md b/README.md index c439e15..9095087 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ bs-socket Simple bindings to [socket.io](https://socket.io/). -To build everything run `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth! +If you're having `bs-platform` installed globally, then do `npm link bs-platform` once. + +To build everything run `npm install` then `npm run build` and to run the demo run `npm run run` and go to `localhost:3000` on two tabs. You can send messages back and forth! # Documentation