Skip to content

Commit 7c79c8a

Browse files
author
Keyfactor
committed
Update generated README
1 parent 687e12d commit 7c79c8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,22 @@ Keyfactor Command Utility (kfutil) is open source and there is **no SLA** for th
2727

2828
### Installation:
2929

30+
#### Linux/MacOS
3031
```bash
3132
curl -fsSL -o get-kfutil.sh https://raw.githubusercontent.com/Keyfactor/kfutil/main/install.sh
3233
chmod +x get-kfutil.sh
3334
# Install kfutil to $HOME/.local/bin. Use -h for help and examples.
3435
./get-kfutil.sh
3536
````
3637

38+
#### Windows (or Linux/MacOS if PowerShell is preferred)
39+
```powershell
40+
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Keyfactor/kfutil/main/install.ps1" -OutFile "install.ps1"
41+
# Install kfutil to $HOME/AppData/Local/Microsoft/WindowsApps.
42+
# Use Get-Help .\install.ps1 -Full for help and examples.
43+
.\install.ps1
44+
```
45+
3746
### Environmental Variables
3847

3948
All the variables listed below need to be set in your environment. The `kfutil` command will look for these variables

0 commit comments

Comments
 (0)