Skip to content

Commit 4812879

Browse files
authored
Merge pull request #223 from fluent/1.0-drop-unsupported-option-on-gem-command
Drop unsupported options and use supported option from gem command example
2 parents 014ec99 + 45d1166 commit 4812879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install-by-gem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package via Package Manager to build native extension gems.
2020
Fetch and install the `fluentd` Ruby gem using `gem` command:
2121

2222
```
23-
$ gem install fluentd --no-ri --no-rdoc
23+
$ gem install fluentd --no-doc
2424
```
2525

2626
The official RubyGems page is [here](https://rubygems.org/gems/fluentd).

0 commit comments

Comments
 (0)