Compare commits

...

1 Commits

Author SHA1 Message Date
Owen
dbfd715381 Fix windows formatting 2026-02-12 16:27:51 -08:00

View File

@@ -77,7 +77,7 @@ export function OlmInstallCommands({
{ {
title: t("install"), title: t("install"),
command: `# Download and run the installer to install Olm first\n 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"), title: t("run"),