Update installation instructions (#79)

- Fix package name misspell
- TFlint migrate to another organization
This commit is contained in:
Maksym Vlasov 2020-03-18 16:33:35 +02:00 committed by GitHub
commit 800756d895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/