chore: add some helpers to install/upgrade Coder (#5926)

* chore: add some helpers to install/upgrade Coder

* mention winget
This commit is contained in:
Ben Potter 2023-01-31 11:33:42 -06:00 committed by GitHub
parent ea4a845248
commit aa53b86a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -39,6 +39,18 @@ Coder container:
docker-compose pull coder && docker-compose up coder -d
```
## Via Kubernetes
See [Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm).
## Via Windows
Download the latest Windows installer or binary from [GitHub releases](https://github.com/coder/coder/releases), or upgrade from Winget.
```sh
winget install Coder.Coder
```
## Up Next
- [Learn how to enable Enterprise features](../enterprise.md).

View File

@ -148,4 +148,10 @@ Compare: [\`$old_version...$new_version\`](https://github.com/coder/coder/compar
## Container image
- \`docker pull $image_tag\`
## Install/upgrade
Refer to our docs to [install](https://coder.com/docs/v2/latest/install)
or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use
a release asset below.
"