Skip to content

Commit 366d32e

Browse files
committed
Update installation section in README
All dependencies are actually available from apt sources, so it's possible to skip both pip and gem. (For some reason this does however not work in GitHub actions.) Supplement instructions in README and mention shortcut on Debian/Ubuntu. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent f021fed commit 366d32e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,13 @@
2727
2. Install dependencies:
2828
```bash
2929
pip install pyyaml
30+
gem install --user-install asciidoctor-pdf rouge
3031
```
3132

33+
> [!NOTE]
34+
> On Debian/Ubuntu systems you can use standard packages for the requirements:
35+
> `sudo apt install python3-yaml ruby-asciidoctor-pdf ruby-rouge`
36+
3237
---
3338

3439
## Usage

0 commit comments

Comments
 (0)