diff --git a/content/docs/deploy/core/from-source.mdx b/content/docs/deploy/core/from-source.mdx index 97ac5258f..9234fcc9c 100644 --- a/content/docs/deploy/core/from-source.mdx +++ b/content/docs/deploy/core/from-source.mdx @@ -20,18 +20,17 @@ import ConfigMinimal from '@site/content/examples/config/config.minimal.yaml.md' # Building Pomerium From Source -This document covers how to retrieve and build Pomerium from its source-code as well as how to run Pomerium using a minimal but complete configuration. One of the benefits of compiling from source is that Go supports building static binaries for a [wide array of architectures and operating systems](https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63). +This document covers how to retrieve and build Pomerium from its source code as well as how to run Pomerium using a minimal but complete configuration. ## Prerequisites - [git](https://git-scm.com/) - [go](https://golang.org/doc/install) programming language - A configured [identity provider] -- [golangci-lint](https://golangci-lint.run/usage/install/#local-installation) ## Download -Retrieve the latest copy of pomerium's source code by cloning the repository. +Retrieve the latest copy of Pomerium's source code by cloning the repository. ```bash git clone https://github.com/pomerium/pomerium.git $HOME/pomerium