From 48b6e743f19959d8f2281a960328009ffcc41b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A0=95=ED=99=98?= Date: Mon, 26 Nov 2018 16:50:52 +0900 Subject: [PATCH] Apply ruby official guide documents (#7393) Merge pull request 7393 --- docs/_docs/installation/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/ubuntu.md b/docs/_docs/installation/ubuntu.md index 8962b144..bf9311f9 100644 --- a/docs/_docs/installation/ubuntu.md +++ b/docs/_docs/installation/ubuntu.md @@ -6,7 +6,7 @@ Before we install Jekyll, we need to make sure we have all the required dependencies. ```sh -sudo apt-get install ruby ruby-dev build-essential +sudo apt-get install ruby-full build-essential ``` It is best to avoid installing Ruby Gems as the root user. Therefore, we need to