aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-04 08:19:11 -0700
committerGravatar GitHub <noreply@github.com>2021-08-04 08:19:11 -0700
commit2555c3cd360e9f3f0fbc0a2b63f9ef5851870b94 (patch)
treeb7365096487eca6b39beae3d51e6cade58223e9b /docs
parent6ed36ae884df0cd4cb4566917a6c7be4a502b911 (diff)
[docs][NFC] Don't rely on deprecated flag to silence warning. (#6164)
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index db0358fa..af2bc4b3 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