We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d580 commit 3e5bd54Copy full SHA for 3e5bd54
1 file changed
README.md
@@ -22,7 +22,13 @@ Installation
22
--------------------
23
24
1. Clone this Repository
25
-2. Open it with IntelliJ IDEA (Scala plugin needed!)
+2. Open it with IntelliJ IDEA (with Scala plugin)
26
+3. Change in "public\javascripts\app.js" the line 5 (for local usage):
27
+```scala
28
+var scheme = "ws://";
29
+```
30
+
31
+4. Start Play
32
33
Technologies
34
----------------------
0 commit comments