Skip to content

Commit

Permalink
Add instruction on how to download provider
Browse files Browse the repository at this point in the history
  • Loading branch information
lenfree committed Aug 8, 2018
1 parent 4e2cc4d commit 5c0a6cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Usage:
To download this provider, pick version you'd like to download at https://github.com/packetloop/terraform-provider-singularity/releases.

```bash
curl \
curl -L \
https://github.com/packetloop/terraform-provider-singularity/releases/download/v0.1.0/terraform-provider-singularity_v0.1.0_Darwin_x86_64 \
-o ~/.terraform.d/plugins/terraform-provider-singularity_v0.1.0
-o ~/.terraform.d/plugins/terraform-provider-singularity_v0.1.0 && \
chmod +x ~/.terraform.d/plugins/terraform-provider-singularity_v0.1.0
```

```bash
Expand Down

0 comments on commit 5c0a6cb

Please sign in to comment.