Skip to content

Commit

Permalink
update docs/linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 1, 2015
1 parent 6b74015 commit 6594bba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ But, you can install it manually by following these steps
* cd into the root of the repo you cloned (eg. `cd HappyFunTimes`)
* type `npm install` which will install needed node modules locally
* type `sudo npm install -g hft-cli` which will install the `hft` command line tool.
* type `node server/server.js --app-mode` which will start the server.
* make sure `zenity` and `wmctrl` are installed.

Just type `zenity`. If it's installed it should print something. If not you'll
be given instructions on how to install it.

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.


0 comments on commit 6594bba

Please sign in to comment.