From 6594bba7fd86109ca47af7ef9db6229578e6db52 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 1 May 2015 19:23:55 +0900 Subject: [PATCH] update docs/linux.md --- docs/linux.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/linux.md b/docs/linux.md index cd5b541e..40041956 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -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.