Add README note.
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Fri, 20 Jun 2014 18:47:54 +0000 (20:47 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Fri, 20 Jun 2014 18:47:54 +0000 (20:47 +0200)
README

diff --git a/README b/README
index edcfffcff55f712ada851cfe9b5b0d695c42ee6a..5a0b20582e8f2952a17c86c2e12f2984b8c228ae 100644 (file)
--- a/README
+++ b/README
@@ -1 +1,24 @@
-Project created for passing Operating Systems subject in High School of Information Technology
\ No newline at end of file
+Project created for passing Operating Systems subject in
+High School of Information Technology
+
+
+Example usages
+--------------
+
+Without bootstrap
+=================
+
+In separate terminals enter:
+$ ./bin/process1
+$ ./bin/process2
+$ ./bin/process3
+
+After that in terminal with process1 running enter some characters followed by
+new line (ENTER).
+
+- Process1 displays information about data buffer and how many bytes has been
+  sent to process2.
+- Process2 displays information about received bytes, prints to stderr info
+  about number of characters in buffer, and sent this value to process3.
+- Process3 displays information about number of entered characters.
+