Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
10 changes: 8 additions & 2 deletions src/pages/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ Nitric relies on functionality from the following projects to help retrieve plug
Please follow these links to the official installation steps for each.

- [Git](https://git-scm.com/)
- [Docker](https://docs.docker.com/get-docker/) _(deployments only)_
- [Docker Buildx](https://github.com/docker/buildx/) _(deployments only)_
- [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)_

<Note>
When setting up docker on Linux be sure to follow the [post-installation
steps](https://docs.docker.com/engine/install/linux-postinstall/) so you can
run docker as a non-root user.
</Note>

## Installing the Nitric CLI

<InstallNitric>
Expand Down
10 changes: 8 additions & 2 deletions src/pages/reference/cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ Nitric relies on functionality from the following projects to help retrieve plug
Please follow these links to the official installation steps for each.

- [Git](https://git-scm.com/)
- [Docker](https://docs.docker.com/get-docker/) _(deployments only)_
- [Docker Buildx](https://github.com/docker/buildx/) _(deployments only)_
- [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)_

<Note>
When setting up docker on Linux be sure to follow the [post-installation
steps](https://docs.docker.com/engine/install/linux-postinstall/) so you can
run docker as a non-root user.
</Note>

## Installing the Nitric CLI

<CodeGroup>
Expand Down
Loading