Skip to content

Commit

Permalink
Switch to user path
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Jul 11, 2023
1 parent 9056807 commit d3a8ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ iwr -useb "https://get.radapp.dev/tools/rad/install.ps1" | iex

You may need to refresh your $PATH environment variable to access `rad`:
```powershell
$Env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine")
$Env:Path = [System.Environment]::GetEnvironmentVariable("Path","User")
```
{{< /latest >}}
{{< edge >}}
Expand Down

0 comments on commit d3a8ab1

Please sign in to comment.