diff --git a/docs/01_install_setup.md b/docs/01_install_setup.md index 0b8bae8..527bf4e 100644 --- a/docs/01_install_setup.md +++ b/docs/01_install_setup.md @@ -28,7 +28,7 @@ echo "deb [signed-by=/usr/share/keyrings/hashicorp.gpg] https://apt.releases.has Adds the HashiCorp package repository to your system so Terraform can be installed and updated. ```bash -sudo apt update && sudo apt install -y terraform && clear +sudo apt update && sudo apt install -y terraform ``` Refreshes package list again and installs the latest Terraform release.