Skip to content

Commit 11b49f8

Browse files
authored
Update CONTRIBUTING.md
1 parent bcbd3f9 commit 11b49f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ repository for reference while revising.
128128

129129
Extensive instructions for building and viewing the pages locally can be found [here](https://carpentries.github.io/lesson-example/setup.html). To get started quickly, run
130130
```bash
131+
# apt (Ubuntu/Devian)
131132
sudo apt install ruby-dev ruby-bundler
132-
```
133+
# dnf (Fedora/Redhat)
134+
sudo dnf install rubygem-bundler ruby-devel
133135
to install the required ruby packages and
134136
```bash
135137
make serve

0 commit comments

Comments
 (0)