mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
fix typo in powershell execution in windows client set up doc (#1224)
This commit is contained in:
parent
adb4dfa839
commit
66bbf0e83a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ To install automatically, use the generated user Powershell script.
|
|||
2. Open Powershell as Administrator.
|
||||
3. Run the following command:
|
||||
```powershell
|
||||
powershell -ExecutionPolicy ByPass -File C:\path\to\windows_USER.ps1 Add
|
||||
powershell -ExecutionPolicy ByPass -File C:\path\to\windows_USER.ps1 -Add
|
||||
```
|
||||
4. The command has help information available. To view its full help, run this from Powershell:
|
||||
```powershell
|
||||
|
|
Loading…
Add table
Reference in a new issue