From 3728b564adc80c8e9bf6a4ebf9e391dd821f38bd Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Fri, 8 Mar 2024 09:00:46 -0800 Subject: [PATCH] Link to PPA --- doc/Installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/Installation.md b/doc/Installation.md index 45a5d8f8..a7ac7293 100644 --- a/doc/Installation.md +++ b/doc/Installation.md @@ -14,10 +14,16 @@ or on a Mac with [Homebrew](https://brew.sh/), install with brew tap salilab/salilab; brew install rmf -or on a Fedora or RedHat Enterprise Linux system, install with +or on a Fedora or RedHat Enterprise Linux system, install via +[COPR](https://copr.fedorainfracloud.org/coprs/salilab/salilab/) with dnf copr enable salilab/salilab; dnf install RMF +or on an Ubuntu LTS system, install via +[PPA](https://launchpad.net/~salilab/+archive/ubuntu/ppa) with + + apt install software-properties-common; add-apt-repository ppa:salilab/ppa; apt install rmf + IMP: Download an IMP binary (which includes RMF) from the [IMP download page](https://integrativemodeling.org/download.html).