Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AE393200D2B for ; Thu, 2 Nov 2017 22:59:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AC9E21609EB; Thu, 2 Nov 2017 21:59:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2EEED160BE5 for ; Thu, 2 Nov 2017 22:59:07 +0100 (CET) Received: (qmail 36595 invoked by uid 500); 2 Nov 2017 21:59:06 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 36585 invoked by uid 99); 2 Nov 2017 21:59:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2017 21:59:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 75C1E84A3A; Thu, 2 Nov 2017 21:59:04 +0000 (UTC) Date: Thu, 02 Nov 2017 21:59:05 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] 01/01: Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: mmiller@apache.org In-Reply-To: <150965994441.29540.17978600326236137567@gitbox.apache.org> References: <150965994441.29540.17978600326236137567@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/milleruntime-readme-ruby X-Git-Reftype: branch X-Git-Rev: cc5aaecae4a96fe90543b60a83c8c0bc6d9365be X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171102215904.75C1E84A3A@gitbox.apache.org> archived-at: Thu, 02 Nov 2017 21:59:07 -0000 This is an automated email from the ASF dual-hosted git repository. mmiller pushed a commit to branch milleruntime-readme-ruby in repository https://gitbox.apache.org/repos/asf/accumulo-website.git commit cc5aaecae4a96fe90543b60a83c8c0bc6d9365be Author: Mike Miller AuthorDate: Thu Nov 2 17:59:02 2017 -0400 Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ec88309..56f0bab 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ use [Bundler] to install the necessary dependencies to run and build the website ## Install Bundler and dependencies +Ruby is required to use Bundler so first make sure you have Ruby on your machine. If you are using +an OS packaged version of Ruby, you will have to also install the ruby-dev (Ubuntu) or +ruby-devel (Fedora) package as well. + With Ruby installed on your machine, you can install [Bundler] using the command below: gem install bundler -- To stop receiving notification emails like this one, please contact "commits@accumulo.apache.org" .