diff --git a/src/components/olm-install-commands.tsx b/src/components/olm-install-commands.tsx index 9ff9970f..c613d698 100644 --- a/src/components/olm-install-commands.tsx +++ b/src/components/olm-install-commands.tsx @@ -77,7 +77,7 @@ export function OlmInstallCommands({ { title: t("install"), command: `# Download and run the installer to install Olm first\n - curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_installer.exe"` +curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_installer.exe"` }, { title: t("run"),