diff options
| author | okalintu <ilkka.oks4nen@gmail.com> | 2016-01-17 21:07:21 +0200 |
|---|---|---|
| committer | okalintu <ilkka.oks4nen@gmail.com> | 2016-01-17 21:07:21 +0200 |
| commit | c526aa28bedb7c42de7b436a268888897cae84e1 (patch) | |
| tree | 75e21560da8ffb2a4e673c5af9bd95e5100e0254 | |
| parent | bbe122289cd2757b04ff1032d0af03c9ab02f995 (diff) | |
added usage instructions
| -rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,7 +1,12 @@ #Que a simple quesystem implementation + ##Dependencies * nodejs * angular.js * socket.io * express.js + +##Usage + * start with command nodejs index.js <port> (note that ports under 1000 will require sudo rights) +* "admin" at path /adm |
