You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ Please see [examples](./examples) for complete setups showcasing Para's usage.
31
31
32
32
Just download the binary for your platform from the [latest release page](https://github.com/github.com/paraterraform/para/releases/latest) with `wget`:
33
33
```bash
34
-
wget -O para "https://github.com/paraterraform/para/releases/download/v0.2.1/para_v0.2.1_$(uname -s | tr '[:upper:]''[:lower:]')-amd64"
34
+
wget -O para "https://github.com/paraterraform/para/releases/download/v0.3.0/para_v0.3.0_$(uname -s | tr '[:upper:]''[:lower:]')-amd64"
35
35
chmod +x para
36
36
```
37
37
or `curl`:
38
38
```bash
39
-
curl -Lo para "https://github.com/paraterraform/para/releases/download/v0.2.1/para_v0.2.1_$(uname -s | tr '[:upper:]''[:lower:]')-amd64"
39
+
curl -Lo para "https://github.com/paraterraform/para/releases/download/v0.3.0/para_v0.3.0_$(uname -s | tr '[:upper:]''[:lower:]')-amd64"
0 commit comments