From b408985e48562fd2b60b3bfd8fdc9946fd892219 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 7 Jan 2025 15:16:26 -0500 Subject: [PATCH] refine windows install a little more --- docs/guides/install/windows.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/guides/install/windows.mdx b/docs/guides/install/windows.mdx index e6bb4b76e..e0a4760da 100644 --- a/docs/guides/install/windows.mdx +++ b/docs/guides/install/windows.mdx @@ -18,7 +18,13 @@ import styles from '@site/src/css/download-card.module.css'; -1. In PowerShell, install in `%USERPROFILE%\bin\zrok.exe` and set the search path. +1. In PowerShell, change to the directory where you downloaded zrok. + + ```text + cd "$env:USERPROFILE\Downloads" + ``` + +1. In PowerShell, install zrok in your home directory (`bin\zrok.exe`), and permanently set the executable search path. ```text $binDir = Join-Path -Path $env:USERPROFILE -ChildPath "bin"