Skip to content

Commit 55b0363

Browse files
authored
Update Fedora installation command to include rake (#2984)
1 parent 38eff18 commit 55b0363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/documenting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To test your changes locally, you need to install **Ruby** and its dependencies
5656
- Shortcut for Fedora:
5757

5858
```shell
59-
sudo dnf -y install gcc-c++ ruby ruby-devel rubygem-bundler rubygem-json && bundle
59+
sudo dnf -y install gcc-c++ ruby ruby-devel rubygem-bundler rubygem-json rubygem-rake && bundle
6060
```
6161

6262
- Shortcut for Debian/Ubuntu:

0 commit comments

Comments
 (0)