Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d9e67b

Browse files
ammariokylecarbs
authored andcommitted
Shorten README before Install docs
1 parent 5928791 commit 7d9e67b

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

+5-18
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,20 @@ Coder turns your cloud into a fleet of remote development servers.
3232

3333
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
3434
required to get started. We have a database of pre-made templates built into the
35-
product. Terraform empowers you to create
36-
environments on _anything_, including:
37-
38-
- Cloud VMs
39-
- Kubernetes containers (including AKS, EKS, GKS)
40-
- Docker containers
41-
- Dedicated servers (Hetzner, OVH, etc.)
42-
- Linux, Windows and MacOS environments
43-
44-
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
45-
and whatever else Terraform lets you dream up.
35+
product.
4636

4737
<p align="center">
4838
<img src="./docs/images/providers-compute.png">
4939
</p>
5040

41+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
42+
and whatever else Terraform lets you dream up.
43+
5144
[Learn more about managing infrastructure.](./docs/templates.md)
5245

5346
## IDE Support
5447

55-
Coder gives you a few ways of accessing your workspace:
56-
57-
- `coder port-forward` a remote port to a local port
58-
- `coder ssh`
59-
- A URL interface to HTTP services
60-
61-
With these methods, 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/).
48+
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/).
6249

6350
<p align="center">
6451
<img src="./docs/images/ide-icons.svg" height=72>

0 commit comments

Comments
 (0)