From 482f037438e2adfea89d7dffb1480b592d1c4df1 Mon Sep 17 00:00:00 2001 From: carlad Date: Wed, 6 Apr 2016 15:03:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed8b817..2dfb69bf 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,13 @@ popd ### Run tests - $ rake spec + $ bundle exec spec ### Run the server $ bundle exec script/server + + If you have problems with Nginx because the websocket is already in use, try restarting your computer. ## Contributing