From d9c352ee6a81be43a19bb5d28acce7b25dc3052d Mon Sep 17 00:00:00 2001 From: Greg Lin Date: Fri, 23 Aug 2019 16:23:54 -0500 Subject: [PATCH] Add CentOS/RHEL 6 instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7696a5c..3f61bf6 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,18 @@ Enable the [Extra Packages for Enterprise Linux](https://fedoraproject.org/wiki/ repository: ```bash +# CentOS / RHEL 6 +sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm + # CentOS / RHEL 7 sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm ``` Download the rpm package: ```bash +# CentOS / RHEL 6 +wget https://cdn.rstudio.com/r/centos-6/pkgs/R-${R_VERSION}-1-1.x86_64.rpm + # CentOS / RHEL 7 wget https://cdn.rstudio.com/r/centos-7/pkgs/R-${R_VERSION}-1-1.x86_64.rpm ```