mirror of https://github.com/google/oss-fuzz.git
[docs][NFC] Don't rely on deprecated flag to silence warning. (#6164)
This commit is contained in:
parent
6ed36ae884
commit
2555c3cd36
|
@ -5,7 +5,8 @@ Use the following instructions to make documentation changes locally.
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt install ruby bundler
|
$ sudo apt install ruby bundler
|
||||||
$ bundle install --path vendor/bundle
|
$ bundle config set path 'vendor/bundle'
|
||||||
|
$ bundle install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Serving locally
|
## Serving locally
|
||||||
|
|
Loading…
Reference in New Issue