You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or, you can install pandoc using
[winget](https://github.com/microsoft/winget-pkgs):
winget install --source winget --exact --id JohnMacFarlane.Pandoc
It's standard to just do winget install JohnMacFarlane.Pandoc. That is normal and fully specified. Nobody will ever be able to publish a rogue copy of Pandoc using your exact username as the prefix. The [name].[projectname] forces it to use winget. no need to specify winget source. No need to specify id, as it wants an id to begin with. No need to specify exact, as it already matches exact string preferentially.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You know you don't have to type all that, right?
It's standard to just do
winget install JohnMacFarlane.Pandoc. That is normal and fully specified. Nobody will ever be able to publish a rogue copy of Pandoc using your exact username as the prefix. The [name].[projectname] forces it to use winget. no need to specify winget source. No need to specify id, as it wants an id to begin with. No need to specify exact, as it already matches exact string preferentially.https://github.com/jgm/pandoc/blob/main/INSTALL.md
Beta Was this translation helpful? Give feedback.
All reactions