Fix wrong package name
This commit is contained in:
parent
9cc7023f33
commit
b55de50d93
|
@ -30,7 +30,7 @@ Requirements
|
|||
```bash
|
||||
# run one of the following (depending on your package manager)
|
||||
sudo dnf install ruby-devel
|
||||
sudo apt install ruby-devel
|
||||
sudo apt install ruby-dev
|
||||
```
|
||||
- The `asciidoctor-pdf` (asciidoctor + pdf conversion), `rouge` (syntax highlighting) and `rghost` (pdf optimization) gem
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue