Skip to content

Commit 28be65d

Browse files
authored
Merge pull request #6 from Abhi-khandelwal/master
update README.md
2 parents c79cab4 + 5c19446 commit 28be65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginners/os/linux/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
A binary distribution is avaialble for all environments. Let's grab the latest version of it for linux.
44

55
```
6-
$ wget thttps://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.26_linux_amd64.zip
6+
$ wget https://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.26_linux_amd64.zip
77
```
88

99
Then unzip the archieve,
1010

1111
```
12-
$ unzip terraform_0.12.26_windows_amd64.zip
12+
$ unzip terraform_0.12.26_linux_amd64.zip
1313
```
1414

1515
Check the executable permission on the binary, if it's not executable, make it executable using the below commmand,

0 commit comments

Comments
 (0)