From a1d6754351bc5ff4ce7319a1ed2a76fc1fa002be Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 16 Jul 2020 10:06:09 -0700 Subject: [PATCH] closes #62 - add epel-release to centos installation --- docs/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index 840ed1b..b7a6b78 100755 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -100,7 +100,7 @@ $ curl -sL https://rpm.nodesource.com/setup_13.x | sudo bash - $ curl -sL https://dl.yarnpkg.com/rpm/yarn.repo -o /etc/yum.repos.d/yarn.repo -$ sudo yum -y install gcc-c++ make nodejs yarn redis +$ sudo yum -y install epel-release gcc-c++ make nodejs yarn redis ```