From 2555c3cd360e9f3f0fbc0a2b63f9ef5851870b94 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 4 Aug 2021 08:19:11 -0700 Subject: [PATCH] [docs][NFC] Don't rely on deprecated flag to silence warning. (#6164) --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index db0358faa..af2bc4b31 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,8 @@ Use the following instructions to make documentation changes locally. ## Prerequisites ```bash $ sudo apt install ruby bundler -$ bundle install --path vendor/bundle +$ bundle config set path 'vendor/bundle' +$ bundle install ``` ## Serving locally