diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor b/app/MindWork AI Studio/Dialogs/PandocDialog.razor index 4af9ce1b..a5c5f1c3 100644 --- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor +++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor @@ -82,28 +82,27 @@ - Extract the archive to a folder of your choice. + Extract the archive to a folder of your choice, e.g.: C:\Users\%USERNAME%\pandoc - /usr/local/bin/pandoc + ~/pandoc /usr/local/bin/pandoc Open the folder and copy the full path to the @PandocProcessBuilder.PandocExecutableName file into your - clipboard. + clipboard: C:\Users\%USERNAME%\pandoc\pandoc-@(PANDOC_VERSION) - /usr/local/bin/pandoc/pandoc-@(PANDOC_VERSION) + ~/pandoc/pandoc-@(PANDOC_VERSION) /usr/local/bin/pandoc/pandoc-@(PANDOC_VERSION) - Add the copied path to your systems environment variables and check the installation - by typing
pandoc --version - into your command line interface. + Add the copied path to your system's or user's PATH environment variable, restart your terminal, and check the installation + by typing pandoc --version into your terminal: > pandoc.exe --version
> pandoc @(PANDOC_VERSION)
> pandoc --version
> pandoc @(PANDOC_VERSION)