| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-01 23:13:14 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-01 23:13:14 +0200 |
| commit | bed5bd98a6b92ae2fd7c274d8cdd38bd755372ae (patch) | |
| tree | cc8b2cd2169616839730ed34c3ef4c8732689c35 /README.md | |
| parent | 2b1c103df8a566f1fee62a040da079a052cee83f (diff) | |
Improves README (hopefully).
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -19,3 +19,12 @@ protocol for more information. - POSIX compliant OS. - C compiler (with C99 support). - (GNU) make. + +## How to Build +* Download the source code. +* Enter the following command: ``$ make``. +* Run ``$ ./jh-markov-k-ram`` to see how to use the binary. + +## Example of Use +* Create a server instance with a socket named ``/tmp/jh0`` and markov order of + 3: ``$ ./jabberhive-markov-k-ram /tmp/jh0 3`` |


