docs: Update docs and add release notes

refs: #1923

Change-Id: I89968ef130e85068eb20cfd2b81e414a16d243b8
diff --git a/docs/GETTING-STARTED.rst b/docs/GETTING-STARTED.rst
new file mode 100644
index 0000000..4dd6d1d
--- /dev/null
+++ b/docs/GETTING-STARTED.rst
@@ -0,0 +1,50 @@
+Getting Started with NLSR
+=========================
+
+.. toctree::
+..
+
+Getting Source
+--------------
+
+-  `Github NLSR repository <https://github.com/named-data/NLSR>`_
+
+Installation
+------------
+
+:doc:`INSTALL`
+
+Configuration
+-------------
+
+After installing NLSR from source, you need to create a configuration file for
+NLSR. Please take a look at `nlsr.conf
+<https://github.com/named-data/NLSR/blob/master/nlsr.conf>`_ for a sample
+configuration. For details on configuring a router, please refer to
+:doc:`ROUTER-CONFIG`. For details on security configuration, please refer to
+:doc:`SECURITY-CONFIG`.
+
+Running
+-------
+
+Run nlsr with the following command:
+
+::
+
+    nlsr
+
+NLSR will look for the default configuration file, nlsr.conf, in the
+current directory.
+
+You can also run ``nlsr -f`` with the absolute path of
+the configuration file:
+
+::
+
+    nlsr -f /nlsr/nlsr.conf
+
+To run NLSR as daemon, use the -d flag:
+
+::
+
+    nlsr -d