Skip to content

Commit f3bba90

Browse files
committed
update docs
1 parent c1e4345 commit f3bba90

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/linux.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ <h1>Linux</h1>
8282
<p>Similarly type <code>wmctrl</code>. If it&#39;s installed it should print something. If not you&#39;ll
8383
be given instructions on how to install it.</p>
8484
</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>
8686
</li>
87+
<li>type <code>hft start --app-mode</code> which will start the server.</li>
8788
</ul>
8889

8990
<hr/>

docs/linux.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ But, you can install it manually by following these steps
2020
Similarly type `wmctrl`. If it's installed it should print something. If not you'll
2121
be given instructions on how to install it.
2222

23+
* type `./cli/hft.js init` which will write a config file to `~/.happfuntimes/config.json`
2324
* type `hft start --app-mode` which will start the server.
2425

2526

todo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ To Do
2020
* make semver editor?
2121
* Check when installing game appears in /games.html
2222
* progress?
23+
* check package.json gets saved
2324
* make prefab in scene not generate errors
2425
* remove upgrade warning with install --upgrade. change to "upgrading ...."
2526
* add "touch to start" on android (and iOS?) both sound and fullscreen can be added

0 commit comments

Comments
 (0)