Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6bbddd5

Browse files
authored
adjust install prerequisites (#595)
Putting a note in to say pulumi is only required if using the default providers
1 parent 9b40949 commit 6bbddd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Please follow these links to the official installation steps for each.
1414
- [Git](https://git-scm.com/)
1515
- [Docker](https://docs.docker.com/get-docker/) _(deployments only)_
1616
- [Docker Buildx](https://github.com/docker/buildx/) _(deployments only)_
17-
- [Pulumi](https://www.pulumi.com/docs/cli/) _(deployments only)_
17+
- [Pulumi](https://www.pulumi.com/docs/cli/) _(for deployments, only needed if using the default providers)_
1818

1919
## Installing the Nitric CLI
2020

src/pages/reference/cli/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Nitric relies on functionality from the following projects to help retrieve plug
99
Please follow these links to the official installation steps for each.
1010

1111
- [Git](https://git-scm.com/)
12-
- [Docker](https://docs.docker.com/get-docker/)
13-
- [Docker Buildx](https://github.com/docker/buildx/)
14-
- [Pulumi](https://www.pulumi.com/docs/cli/)
12+
- [Docker](https://docs.docker.com/get-docker/) _(deployments only)_
13+
- [Docker Buildx](https://github.com/docker/buildx/) _(deployments only)_
14+
- [Pulumi](https://www.pulumi.com/docs/cli/) _(for deployments, only needed if using the default providers)_
1515

1616
## Installing the Nitric CLI
1717

0 commit comments

Comments
 (0)