Skip to content

Commit

Permalink
Update installation instructions (#79)
Browse files Browse the repository at this point in the history
- Fix package name misspell
- TFlint migrate to another organization
  • Loading branch information
MaxymVlasov authored Mar 18, 2020
1 parent 0a75b5b commit 800756d
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 @@ -19,7 +19,7 @@ brew install pre-commit gawk terraform-docs tflint
##### Ubuntu

```bash
sudo apt install python-pip3 gawk &&\
sudo apt install python3-pip gawk &&\
pip3 install pre-commit
curl -L "$(curl -s https://api.github.com/repos/segmentio/terraform-docs/releases/latest | grep -o -E "https://.+?-linux-amd64")" > terraform-docs && chmod +x terraform-docs && sudo mv terraform-docs /usr/bin/
curl -L "$(curl -s https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" > tflint.zip && unzip tflint.zip && rm tflint.zip && sudo mv tflint /usr/bin/
Expand Down

0 comments on commit 800756d

Please sign in to comment.