Skip to content

Commit c6a2f38

Browse files
committed
#2512 issue to add code-server docs, correct coder_app
1 parent 3f1be8c commit c6a2f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN curl -fsSL https://code-server.dev/install.sh | sh
8080
USER coder
8181
```
8282

83-
Here is an example of installing `code-server` in the `coder_agent` resource of a template's `main.tf` and defining the `coder-app` resource. If you install `code-server` in the image, you can eliminate the install step below.
83+
Here is an example of installing `code-server` in the `coder_agent` resource of a template's `main.tf` and defining the `coder_app` resource. If you install `code-server` in the image, you can eliminate the install step below.
8484

8585
```console
8686
resource "coder_agent" "coder" {

0 commit comments

Comments
 (0)