Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nixuno committed Jan 25, 2023
2 parents e0e0345 + 7fbdb64 commit 8cb2854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Install-Module -Name Strapper -Force
### Alternative Install

```powershell
git clone "https://github.com/ProVal-Tech/Strapper" (Join-Path ($env:PSModulePath -split $(if(!$IsWindows) {':'} else {';'}) | Select-Object -First 1) "Strapper\1.4.3")
git clone "https://github.com/ProVal-Tech/Strapper" (Join-Path ($env:PSModulePath -split $(if(!$IsWindows) {':'} else {';'}) | Select-Object -First 1) "Strapper\1.4.4")
```

## Usage
Expand Down

0 comments on commit 8cb2854

Please sign in to comment.