Add installation guide with link to PackageCloud
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I4efabf46db130cefc9b972f199eb938b551d7ba1
diff --git a/docs/index.rst b/docs/index.rst
index 487bcfc..e7e4f6c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -13,6 +13,7 @@
:caption: Documents:
:titlesonly:
+ installation-guide.rst
config-deploy.rst
user-guide.rst
developer-guide.rst
diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst
new file mode 100755
index 0000000..2736e61
--- /dev/null
+++ b/docs/installation-guide.rst
@@ -0,0 +1,20 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. SPDX-License-Identifier: CC-BY-4.0
+.. Copyright (C) 2020 AT&T Intellectual Property
+
+
+Installation Guide
+==================
+
+The RMR shared-object library and supporting files including
+C-language header files for development are published as Debian (.deb)
+and Redhat Package Manager (.rpm) package files to `PackageCloud
+<https://packagecloud.io/app/o-ran-sc/release/search?q=rmr>`_ .
+Follow the instructions there to download and install the required
+version. The commands to install a recent version on a Debian system
+such as Ubuntu appear next::
+
+ wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_4.0.5_amd64.deb/download.deb
+ sudo dpkg -i rmr_4.0.5_amd64.deb
+ wget -nv --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_4.0.5_amd64.deb/download.deb
+ sudo dpkg -i rmr-dev_4.0.5_amd64.deb