Skip to content

Commit

Permalink
gunzip replaced for tar Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehrdad-Farshi authored Jan 4, 2024
1 parent 0c2be2d commit 7a3d4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The following examples use Bash on Linux (x64).
2. Extract the plugin.

```console
tar xvf terraform-provider-vsphere_${RELEASE}_linux_amd64.zip
gunzip terraform-provider-vsphere_${RELEASE}_linux_amd64.zip
```

3. Create a directory for the provider.
Expand Down Expand Up @@ -130,7 +130,7 @@ The following example uses Bash (default) on macOS (Intel).
3. Extract the plugin.

```console
tar xvf terraform-provider-vsphere_${RELEASE}_darwin_amd64.zip
gunzip terraform-provider-vsphere_${RELEASE}_darwin_amd64.zip
```

4. Create a directory for the provider.
Expand Down

0 comments on commit 7a3d4a5

Please sign in to comment.