]> git.mxchange.org Git - hub.git/blobdiff - docs/README
Initial coding of hub node-mode.
[hub.git] / docs / README
index f196a1dac5777c1011884ad10acf0fc35ce365db..2f4c925e21647b3d4b07fe3606fc50daf6f8089a 100644 (file)
@@ -1,4 +1,15 @@
 README
 ------
 
-This file needs some extending... ;)
+1.) How to launch the hub:
+--------------------------
+
+At the current stage of code base you need to launch the hub by entering the
+following command at at command prompt (Win32) or console (Linux etc.) in the
+root directory of this script:
+
+php index.php app=hub
+
+Another other (later added) parameters should be added after app=hub in the same
+way due to the "design" of the inc/includes.php script. We need to change that
+anyway.