File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
3132curl -fsSL -o get-kfutil.sh https://raw.githubusercontent.com/Keyfactor/kfutil/main/install.sh
3233chmod +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+ .\i nstall.ps1
44+ ` ` `
45+
3746# ## Environmental Variables
3847
3948All the variables listed below need to be set in your environment. The ` kfutil` command will look for these variables
You can’t perform that action at this time.
0 commit comments