Skip to content

Commit

Permalink
Fix incorrect URL for install (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangie88 committed Apr 17, 2018
1 parent f05a70a commit cd9185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ commands in order to skip the above resources to possibly resolve the
The easiest way is to run the install script using shell as shown below.

```bash
curl -sSf https://raw.githubusercontent.com/guangie88/terraform-zap/master/install-index.sh | sudo sh
curl -sSf https://raw.githubusercontent.com/guangie88/terraform-zap/master/install-linux.sh | sudo sh
```

You will need to run as `root`, or run via `sudo`, since the script will place
Expand Down

0 comments on commit cd9185d

Please sign in to comment.