We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010b114 commit 72f1a77Copy full SHA for 72f1a77
docs/output-formats/pdf-basics.qmd
@@ -222,7 +222,11 @@ You can learn more about installing `librsvg`{spellcheck="false"} (which provide
222
223
- On MacOS, use Homebrew: `brew install librsvg`{spellcheck="false"}
224
- On Linux, tarballs available at: <https://download.gnome.org/sources/librsvg/>
225
-- On Windows, install using chocolatey: `choco install rsvg-convert`{spellcheck="false"}
+- 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
+ ````
230
231
::: callout-note
232
## SVG Format for Diagrams
0 commit comments