From 7a13e693bb0bdb12a4a7dc899e86ba71ee5b6898 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Mon, 10 Aug 2015 13:46:18 +0530 Subject: [PATCH] Updated readme. --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b47aca..34c9d24a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,26 @@ moose from this repository. make sudo make install -To uninstall moose, do the following in the same directory where you ran +To uninstall moose, run the following command in the same directory where you ran previous `make install` command. sudo make uninstall + + +# Installing using packages + +## Ubuntu User + +There is a [PPA here](https://launchpad.net/~bhallalab/+archive/ubuntu/moose). + +You can use it on Ubuntu 12.04, 14.04, 14.10, and 15.04. + + sudo -E add-apt-repository ppa:bhallalab/moose + sudo apt-get update + sudo apt-get install moose-python moose-gui + + +## Others + +We are currently in process of building packages for other distribution. We are +using [Open Build Service](https://build.opensuse.org/package/show/home:moose/moose). -- GitLab