This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,16 @@ Nitric relies on functionality from the following projects to help retrieve plug
1212Please follow these links to the official installation steps for each.
1313
1414- [ Git] ( https://git-scm.com/ )
15- - [ Docker] ( https://docs.docker.com/get-docker/ ) _ (deployments only) _
16- - [ Docker Buildx] ( https://github.com/docker/buildx/ ) _ (deployments only) _
15+ - [ Docker] ( https://docs.docker.com/get-docker/ )
16+ - [ Docker Buildx] ( https://github.com/docker/buildx/ )
1717- [ Pulumi] ( https://www.pulumi.com/docs/cli/ ) _ (for deployments, only needed if using the default providers)_
1818
19+ <Note >
20+ When setting up docker on Linux be sure to follow the [ post-installation
21+ steps] ( https://docs.docker.com/engine/install/linux-postinstall/ ) so you can
22+ run docker as a non-root user.
23+ </Note >
24+
1925## Installing the Nitric CLI
2026
2127<InstallNitric >
Original file line number Diff line number Diff line change @@ -9,10 +9,16 @@ Nitric relies on functionality from the following projects to help retrieve plug
99Please 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/ ) _ (deployments only) _
13- - [ Docker Buildx] ( https://github.com/docker/buildx/ ) _ (deployments only) _
12+ - [ Docker] ( https://docs.docker.com/get-docker/ )
13+ - [ Docker Buildx] ( https://github.com/docker/buildx/ )
1414- [ Pulumi] ( https://www.pulumi.com/docs/cli/ ) _ (for deployments, only needed if using the default providers)_
1515
16+ <Note >
17+ When setting up docker on Linux be sure to follow the [ post-installation
18+ steps] ( https://docs.docker.com/engine/install/linux-postinstall/ ) so you can
19+ run docker as a non-root user.
20+ </Note >
21+
1622## Installing the Nitric CLI
1723
1824<CodeGroup >
You can’t perform that action at this time.
0 commit comments