Skip to content

Commit 72f1a77

Browse files
committed
Also mention scoop r-bucket
1 parent 010b114 commit 72f1a77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/output-formats/pdf-basics.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,11 @@ You can learn more about installing `librsvg`{spellcheck="false"} (which provide
222222

223223
- On MacOS, use Homebrew: `brew install librsvg`{spellcheck="false"}
224224
- On Linux, tarballs available at: <https://download.gnome.org/sources/librsvg/>
225-
- On Windows, install using chocolatey: `choco install rsvg-convert`{spellcheck="false"}
225+
- On Windows, install using chocolatey: `choco install rsvg-convert`{spellcheck="false"} or using Scoop:
226+
````powershell
227+
# scoop bucket add r-bucket https://github.com/cderv/r-bucket.git
228+
scoop install rsvg-convert
229+
````
226230
227231
::: callout-note
228232
## SVG Format for Diagrams

0 commit comments

Comments
 (0)