Fix wrong package name

This commit is contained in:
gilex-dev 2024-06-14 19:33:58 +02:00
parent 9cc7023f33
commit b55de50d93
Signed by: gilex-dev
GPG Key ID: 9A2BEC7B5188D2E3
1 changed files with 1 additions and 1 deletions

View File

@ -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