diff --git a/docs/linux.html b/docs/linux.html
index 7de37446..57801dc5 100644
--- a/docs/linux.html
+++ b/docs/linux.html
@@ -82,8 +82,9 @@
Linux
Similarly type wmctrl
. If it's installed it should print something. If not you'll
be given instructions on how to install it.
-type hft start --app-mode
which will start the server.
+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.
diff --git a/docs/linux.md b/docs/linux.md
index 40041956..1974ae6a 100644
--- a/docs/linux.md
+++ b/docs/linux.md
@@ -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.
diff --git a/todo.md b/todo.md
index d89a7114..18375043 100644
--- a/todo.md
+++ b/todo.md
@@ -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