You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several ways to install Coder. If you're trying Coder for the first time, our [install script](./cli.md) is the most straightforward. For production installs, we recommend using [Kubernetes](./kubernetes.md).
Copy file name to clipboardExpand all lines: docs/start/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Coder is an open-source platform for creating and managing developer workspaces
4
4
on your preferred clouds and servers.
5
5
6
6
<palign="center">
7
-
<imgsrc="../images/hero-image.png">
7
+
<imgsrc="./images/hero-image.png">
8
8
</p>
9
9
10
10
By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of **provisioning** and **accessing** remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity.
@@ -22,7 +22,7 @@ required to get started. We have a database of pre-made templates built into the
22
22
product.
23
23
24
24
<palign="center">
25
-
<imgsrc="../images/providers-compute.png">
25
+
<imgsrc="./images/providers-compute.png">
26
26
</p>
27
27
28
28
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
@@ -32,7 +32,7 @@ and whatever else Terraform lets you dream up.
32
32
33
33
## IDE Support
34
34
35
-
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/jetbrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
35
+
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
0 commit comments