Add note about wintun

This commit is contained in:
Owen
2025-07-29 23:09:49 -07:00
parent 35823d5751
commit 1cca06a274

View File

@@ -178,7 +178,8 @@ export default function Page() {
},
windows: {
x64: [
`curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_amd64.exe"`,
`curl -o olm.exe -L "https://github.com/fosrl/olm/releases/download/${version}/olm_windows_installer.exe"`,
`# Run the installer to install olm and wintun`,
`olm.exe --id ${id} --secret ${secret} --endpoint ${endpoint}`
]
}