File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,9 @@ <h1>Linux</h1>
82
82
< p > Similarly type < code > wmctrl</ code > . If it's installed it should print something. If not you'll
83
83
be given instructions on how to install it.</ p >
84
84
</ li >
85
- < li > < p > type < code > hft start --app-mode </ code > which will start the server. </ p >
85
+ < li > < p > type < code > ./cli/ hft.js init </ code > which will write a config file to < code > ~/.happfuntimes/config.json </ code > </ p >
86
86
</ li >
87
+ < li > type < code > hft start --app-mode</ code > which will start the server.</ li >
87
88
</ ul >
88
89
89
90
< hr />
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ But, you can install it manually by following these steps
20
20
Similarly type ` wmctrl ` . If it's installed it should print something. If not you'll
21
21
be given instructions on how to install it.
22
22
23
+ * type ` ./cli/hft.js init ` which will write a config file to ` ~/.happfuntimes/config.json `
23
24
* type ` hft start --app-mode ` which will start the server.
24
25
25
26
Original file line number Diff line number Diff line change 20
20
* make semver editor?
21
21
* Check when installing game appears in /games.html
22
22
* progress?
23
+ * check package.json gets saved
23
24
* make prefab in scene not generate errors
24
25
* remove upgrade warning with install --upgrade. change to "upgrading ...."
25
26
* add "touch to start" on android (and iOS?) both sound and fullscreen can be added
You can’t perform that action at this time.
0 commit comments