From 58ecf1a52d5b8289e4f2daa69b4e342f144d1610 Mon Sep 17 00:00:00 2001 From: Jye Cusch Date: Mon, 14 Oct 2024 11:43:56 +1100 Subject: [PATCH] update install instructions to reference provider prerequisites --- docs/get-started/installation.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/get-started/installation.mdx b/docs/get-started/installation.mdx index 9cef10f09..29459a951 100644 --- a/docs/get-started/installation.mdx +++ b/docs/get-started/installation.mdx @@ -12,7 +12,13 @@ Please follow these links to the official installation steps for each. - [Git](https://git-scm.com/) - [Docker](https://docs.docker.com/get-docker/) - [Docker Buildx](https://github.com/docker/buildx/) -- [Pulumi](https://www.pulumi.com/docs/cli/) _(for deployments, only needed if using the default providers)_ + +### Deployment Prerequisites + +Deployment plugins have their own requirements, please refer to the documentation for the specific deployment provider you want to use. + +- [Pulumi Providers](/providers/pulumi#prerequisites) +- [Terraform Providers](/providers/terraform#prerequisites) When setting up Docker on Linux be sure to follow the [post-installation