Skip to content

Commit a1dae53

Browse files
committed
Add a list of prerequisites before building Core from source
1 parent d628722 commit a1dae53

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/docs/deploy/core.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,17 @@ If you plan to run on port 443 in a rootless environment, you may need extra [ca
121121

122122
If you prefer building from source:
123123

124+
### Prerequisites
125+
126+
In order to run `make`, you need the following:
127+
128+
1. [NPM](https://github.com/npm/cli)
129+
2. [Yarn](https://classic.yarnpkg.com/en/docs/install)
130+
3. [Docker](https://www.docker.com/) (optional)
131+
4. [Go](https://go.dev/dl/) -- currently Go 1.24 is the maximum supported Go version.
132+
133+
### Building
134+
124135
1. **Clone the Repository**
125136
```bash
126137
git clone https://github.com/pomerium/pomerium.git $HOME/pomerium

0 commit comments

Comments
 (0)