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 ```