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
Copy file name to clipboardExpand all lines: docs/README.md
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Coder creates remote development machines so you can develop your code from anyw
19
19
> Coder is in an alpha state, but any serious bugs are P1 for us so [please report them](https://github.com/coder/coder/issues/new/choose).
20
20
21
21
<palign="center">
22
-
<imgsrc="./docs/images/hero-image.png">
22
+
<imgsrc="./images/hero-image.png">
23
23
</p>
24
24
25
25
**Code more**
@@ -43,25 +43,25 @@ required to get started. We have a database of pre-made templates built into the
43
43
product.
44
44
45
45
<palign="center">
46
-
<imgsrc="./docs/images/providers-compute.png">
46
+
<imgsrc="./images/providers-compute.png">
47
47
</p>
48
48
49
49
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
50
50
and whatever else Terraform lets you dream up.
51
51
52
-
[Learn more about managing infrastructure.](./docs/templates.md)
52
+
[Learn more about managing infrastructure.](./templates.md)
53
53
54
54
## IDE Support
55
55
56
56
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/).
57
57
58
58
<palign="center">
59
-
<imgsrc="./docs/images/ide-icons.svg"height=72>
59
+
<imgsrc="./images/ide-icons.svg"height=72>
60
60
</p>
61
61
62
62
## Installing Coder
63
63
64
-
There are a few ways to install Coder: [install script](./docs/install.md#installsh) (macOS, Linux), [docker-compose](./docs/install.md#docker-compose), or [manually](./docs/install.md#manual) via the latest release (macOS, Windows, and Linux).
64
+
There are a few ways to install Coder: [install script](./install.md#installsh) (macOS, Linux), [docker-compose](./install.md#docker-compose), or [manually](./install.md#manual) via the latest release (macOS, Windows, and Linux).
65
65
66
66
If you use the install script, you can preview what occurs during the install process:
@@ -144,7 +144,7 @@ Join the community on [Discord](https://discord.gg/coder) and [Twitter](https://
144
144
145
145
## Comparison
146
146
147
-
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./docs/about.md#what-coder-is-not).
147
+
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./about.md#what-coder-is-not).
148
148
149
149
| Tool | Type | Delivery Model | Cost | Environments |
0 commit comments