Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/get-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<Note>
When setting up Docker on Linux be sure to follow the [post-installation
Expand Down
Loading