summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81411cd..dcac232 100644
--- a/README.md
+++ b/README.md
@@ -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``