Skip to content

Commit 3e5bd54

Browse files
author
Daniel Franze
authored
Update README.md
1 parent 652d580 commit 3e5bd54

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Installation
2222
--------------------
2323

2424
1. Clone this Repository
25-
2. Open it with IntelliJ IDEA (Scala plugin needed!)
25+
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
2632

2733
Technologies
2834
----------------------

0 commit comments

Comments
 (0)