Skip to content

Commit

Permalink
✏️ update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ptavares committed Dec 17, 2023
1 parent 2204a2a commit 863127e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PowerShell Terraform Tools

[![license](https://img.shields.io/github/license/ptavares/powershell-terraform-tools)](./LICENSE)
![GitHub License](https://img.shields.io/github/license/ptavares/powershell-setup-terminal)
![PowerShell Gallery Version (including pre-releases)](https://img.shields.io/powershellgallery/v/terraform-tools)
![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/terraform-tools)

Expand Down Expand Up @@ -37,13 +37,6 @@ Install-Module terraform-tools -Scope CurrentUser -AllowClobber
Install-Module terraform-tools -Scope CurrentUser -AllowClobber -Force
```

Or from [Scoop](https://github.com/ScoopInstaller/Extras/blob/master/bucket/git-aliases.json)

```powershell
scoop bucket add extras
scoop install terraform-tools
```

---

⚠️ If you haven't allowed script execution policy, set your script execution policy to `RemoteSigned` or `Unrestricted`.
Expand Down

0 comments on commit 863127e

Please sign in to comment.