Skip to content

Commit 5ae09f6

Browse files
committed
make fmt
1 parent 107e133 commit 5ae09f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/tutorials/template-from-scratch.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ To follow this guide, you'll need:
1414
[Docker](https://docs.docker.com/get-docker/) and [Coder](../install/index.md)
1515
installed on it.
1616

17-
- When setting up your computer or computing instance, make sure to install Docker first, then Coder. Otherwise, you'll need to add the `coder` user to the `docker` group.
17+
- When setting up your computer or computing instance, make sure to install
18+
Docker first, then Coder. Otherwise, you'll need to add the `coder` user to
19+
the `docker` group.
1820

1921
- The URL for your Coder instance. If you're running Coder locally, the default
2022
URL is [http://127.0.0.1:3000](http://127.0.0.1:3000).
@@ -218,8 +220,8 @@ This is commonly used for
218220
[web IDEs](../user-guides/workspace-access/web-ides.md) such as
219221
[code-server](https://coder.com/docs/code-server), RStudio, and JupyterLab.
220222

221-
To install code-server in the workspace, remember that we installed it in
222-
the `startup_script` argument in `coder_agent`. We make it available from a
223+
To install code-server in the workspace, remember that we installed it in the
224+
`startup_script` argument in `coder_agent`. We make it available from a
223225
workspace with a `coder_app` resource. See
224226
[web IDEs](../user-guides/workspace-access/web-ides.md) for more examples.
225227

0 commit comments

Comments
 (0)