You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-27 00:51:33 +02:00
docs/fix-go-install-instruction (#2578)
* docs/fix-go-install-instruction * use correct tense
This commit is contained in:
@ -28,8 +28,9 @@ Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-pro
|
|||||||
b. Using Go to install the latest release
|
b. Using Go to install the latest release
|
||||||
```bash
|
```bash
|
||||||
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
||||||
# which will put the binary in `$GOROOT/bin`
|
|
||||||
```
|
```
|
||||||
|
This will install the binary into `$GOPATH/bin`. Make sure you include `$GOPATH` in your `$PATH`. Otherwise your system won't find binaries installed via `go install`
|
||||||
|
|
||||||
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
|
||||||
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
@ -10,8 +10,9 @@ title: Installation
|
|||||||
b. Using Go to install the latest release
|
b. Using Go to install the latest release
|
||||||
```bash
|
```bash
|
||||||
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
||||||
# which will put the binary in `$GOROOT/bin`
|
|
||||||
```
|
```
|
||||||
|
This will install the binary into `$GOPATH/bin`. Make sure you include `$GOPATH` in your `$PATH`. Otherwise your system won't find binaries installed via `go install`
|
||||||
|
|
||||||
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
|
||||||
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
@ -11,8 +11,9 @@ slug: /
|
|||||||
b. Using Go to install the latest release
|
b. Using Go to install the latest release
|
||||||
```bash
|
```bash
|
||||||
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
||||||
# which will put the binary in `$GOROOT/bin`
|
|
||||||
```
|
```
|
||||||
|
This will install the binary into `$GOPATH/bin`. Make sure you include `$GOPATH` in your `$PATH`. Otherwise your system won't find binaries installed via `go install`
|
||||||
|
|
||||||
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
|
||||||
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
@ -10,8 +10,9 @@ title: Installation
|
|||||||
b. Using Go to install the latest release
|
b. Using Go to install the latest release
|
||||||
```bash
|
```bash
|
||||||
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
$ go install github.com/oauth2-proxy/oauth2-proxy/v7@latest
|
||||||
# which will put the binary in `$GOROOT/bin`
|
|
||||||
```
|
```
|
||||||
|
This will install the binary into `$GOPATH/bin`. Make sure you include `$GOPATH` in your `$PATH`. Otherwise your system won't find binaries installed via `go install`
|
||||||
|
|
||||||
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
c. Using a [Prebuilt Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
|
||||||
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
d. Using a [Pre-Release Nightly Docker Image](https://quay.io/oauth2-proxy/oauth2-proxy-nightly) (AMD64, PPC64LE, ARMv6, ARMv7, and ARM64 available)
|
||||||
|
Reference in New Issue
Block a user