mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 01:37:52 +02:00
Merge pull request #821 from openziti/refine-windows-install
polish windows install a little more
This commit is contained in:
commit
bcb00b11f5
@ -18,7 +18,13 @@ import styles from '@site/src/css/download-card.module.css';
|
|||||||
</div>
|
</div>
|
||||||
</AssetsProvider>
|
</AssetsProvider>
|
||||||
|
|
||||||
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
|
```text
|
||||||
$binDir = Join-Path -Path $env:USERPROFILE -ChildPath "bin"
|
$binDir = Join-Path -Path $env:USERPROFILE -ChildPath "bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user