We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae8fa8 commit 708a89aCopy full SHA for 708a89a
README.md
@@ -46,8 +46,9 @@ build the Haskell parts
46
If you only want to run this locally, or work on the UI (which is written in
47
plain JavaScript in folder `webui/`), you can also run
48
49
- wget http://incredible.pm/logic.js -O logic.js
50
- wget http://incredible.pm/sessions.js -O sessions.js
+ wget https://incredible.pm/logic.js -O logic.js
+ wget https://incredible.pm/logics.js -O logics.js
51
+ wget https://incredible.pm/sessions.js -O sessions.js
52
53
The JavaScript part of the project uses a few external libraries. To obtain
54
these, run `./install-jslib.sh`.
0 commit comments