docs: prepare version 0.1.0 release notes

Change-Id: I588e97d4dec76cd6f4ffbda487de5b7cbe412219
diff --git a/docs/install.rst b/docs/install.rst
new file mode 100644
index 0000000..64a96f6
--- /dev/null
+++ b/docs/install.rst
@@ -0,0 +1,21 @@
+PSync Installation Instructions
+===============================
+
+.. toctree::
+..
+
+Prerequisites
+-------------
+
+-  `ndn-cxx <https://named-data.net/doc/ndn-cxx>`_ and its dependencies
+
+Build
+-----
+
+Execute the following commands to build PSync:
+
+::
+
+    ./waf configure
+    ./waf
+    sudo ./waf install
\ No newline at end of file