File tree 2 files changed +18
-0
lines changed 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,18 @@ Coder container:
39
39
docker-compose pull coder && docker-compose up coder -d
40
40
```
41
41
42
+ ## Via Kubernetes
43
+
44
+ See [ Upgrading Coder via Helm] ( ../install/kubernetes.md#upgrading-coder-via-helm ) .
45
+
46
+ ## Via Windows
47
+
48
+ Download the latest Windows installer or binary from [ GitHub releases] ( https://github.com/coder/coder/releases ) , or upgrade from Winget.
49
+
50
+ ``` sh
51
+ winget install Coder.Coder
52
+ ```
53
+
42
54
## Up Next
43
55
44
56
- [ Learn how to enable Enterprise features] ( ../enterprise.md ) .
Original file line number Diff line number Diff line change @@ -148,4 +148,10 @@ Compare: [\`$old_version...$new_version\`](https://github.com/coder/coder/compar
148
148
## Container image
149
149
150
150
- \` docker pull $image_tag \`
151
+
152
+ ## Install/upgrade
153
+
154
+ Refer to our docs to [install](https://coder.com/docs/v2/latest/install)
155
+ or [upgrade](https://coder.com/docs/v2/latest/admin/upgrade) Coder, or use
156
+ a release asset below.
151
157
"
You can’t perform that action at this time.
0 commit comments