This commit is contained in:
Owen
2026-02-12 14:47:32 -08:00
parent f527c30923
commit a35586f762

View File

@@ -55,7 +55,8 @@ export function OlmInstallCommands({
x64: [
{
title: t("install"),
command: `curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_installer.exe"`
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"`
},
{
title: t("run"),