Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 8, 2015
1 parent c1e4345 commit f3bba90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ <h1>Linux</h1>
<p>Similarly type <code>wmctrl</code>. If it&#39;s installed it should print something. If not you&#39;ll
be given instructions on how to install it.</p>
</li>
<li><p>type <code>hft start --app-mode</code> which will start the server.</p>
<li><p>type <code>./cli/hft.js init</code> which will write a config file to <code>~/.happfuntimes/config.json</code></p>
</li>
<li>type <code>hft start --app-mode</code> which will start the server.</li>
</ul>

<hr/>
Expand Down
1 change: 1 addition & 0 deletions docs/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ But, you can install it manually by following these steps
Similarly type `wmctrl`. If it's installed it should print something. If not you'll
be given instructions on how to install it.

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


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

0 comments on commit f3bba90

Please sign in to comment.