Index: org/README.md
===================================================================
--- org/README.md	(revision 7e96694f5ba50cb42ea3fe21d0c089ae769a1dc2)
+++ org/README.md	(revision 7e96694f5ba50cb42ea3fe21d0c089ae769a1dc2)
@@ -0,0 +1,54 @@
+
+# Table of Contents
+
+1.  [AmmosReader](#org648bc2e)
+2.  [Installation](#orgac54ade)
+3.  [Usage](#org7607ab4)
+    1.  [audio<sub>reader.py</sub>](#orge8346ca)
+    2.  [iqdw<sub>reader.py</sub>](#orga0495eb)
+    3.  [pdw<sub>reader.py</sub>](#orga0c748c)
+
+
+<a id="org648bc2e"></a>
+
+# AmmosReader
+
+Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
+
+
+<a id="orgac54ade"></a>
+
+# Installation
+
+    git clone http://gitlab.kid.local/kidzg/ammosreader.git
+    cd ammosreader
+    python3 -m pip install .
+
+
+<a id="org7607ab4"></a>
+
+# Usage
+
+The sample<sub>scripts</sub> subdirectory contains multiple scripts.
+
+
+<a id="orge8346ca"></a>
+
+## audio<sub>reader.py</sub>
+
+    python3 audio_reader.py 'path_to_ammos_file'
+
+
+<a id="orga0495eb"></a>
+
+## iqdw<sub>reader.py</sub>
+
+    python3 iqdw_reader.py 'path_to_iqdw_file'
+
+
+<a id="orga0c748c"></a>
+
+## pdw<sub>reader.py</sub>
+
+    python3 pdw_reader.py 'path_to_pdw_file'
+
Index: org/README.org
===================================================================
--- org/README.org	(revision 7e96694f5ba50cb42ea3fe21d0c089ae769a1dc2)
+++ org/README.org	(revision 7e96694f5ba50cb42ea3fe21d0c089ae769a1dc2)
@@ -0,0 +1,33 @@
+* AmmosReader
+
+Project containing necessary File- or SocketStream-Reader to read the various datastreams of Ammos
+
+* Installation
+
+#+BEGIN_SRC shell
+git clone http://gitlab.kid.local/kidzg/ammosreader.git
+cd ammosreader
+python3 -m pip install .
+#+END_SRC
+
+* Usage
+
+The sample_scripts subdirectory contains multiple scripts.
+
+** audio_reader.py
+
+#+BEGIN_SRC shell
+python3 audio_reader.py 'path_to_ammos_file'
+#+END_SRC
+
+** iqdw_reader.py
+
+#+BEGIN_SRC shell
+python3 iqdw_reader.py 'path_to_iqdw_file'
+#+END_SRC
+
+** pdw_reader.py
+
+#+BEGIN_SRC shell
+python3 pdw_reader.py 'path_to_pdw_file'
+#+END_SRC
