Added -H option to BUILD.sh launchpad instruction
Signed-off-by: Rajesh <rajesh.velandy@riftio.com>
diff --git a/BUILD.sh b/BUILD.sh
index ecc2ca5..c8aec58 100755
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -91,4 +91,4 @@
sudo make install
# note to start the RIFT.io UI please run
-echo 'sudo /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode --no-ui'
+echo 'sudo -H /usr/rift/rift-shell -r -i /usr/rift -a /usr/rift/.artifacts -- ./demos/launchpad.py --use-xml-mode --no-ui'