Skip to content

Commit c91f34c

Browse files
authored
Merge pull request #35 from stackhpc/docu-update
Update README.rst
2 parents 024eacb + e8ead6a commit c91f34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Install Terraform:
2020
wget -qO - terraform.gpg https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/terraform-archive-keyring.gpg
2121
sudo echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/terraform-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/terraform.list
2222
sudo apt update
23-
sudo apt install terraform
23+
sudo apt install git terraform
2424
2525
Clone and initialise the Kayobe config:
2626

0 commit comments

Comments
 (0)