From 0d53cad0379123d7d16825dded415abc957ca60c Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawar@users.noreply.github.com>
Date: Wed, 31 Jan 2018 17:17:10 +0530
Subject: [PATCH] Update install.rst

Arch linux package has been created. Needs to be added to OBS.
---
 docs/source/install/install.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst
index 9b20b10a..fb730c56 100644
--- a/docs/source/install/install.rst
+++ b/docs/source/install/install.rst
@@ -23,7 +23,7 @@ to pick your distribution and follow instructions.
 .. note::
     ``moogli`` (tool to visualize network activity) is not available for CentOS-6.
 
-.. todo:: Packages for gentoo, Arch Linux
+.. todo:: Packages for gentoo
 
 Mac OSX
 ^^^^^^^^
@@ -38,7 +38,7 @@ MacOSX support for moose-gui is not complete yet. However, the python-scripting
 Docker Images
 ^^^^^^^^^^^^^^
 
-Docker images are available for stable version. 
+Docker images of stable version are available from public repository.
 ::
       $ docker pull bhallalab/moose
       $ docker run -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY bhallalab/moose
-- 
GitLab