Skip to content

docs: update template-from-scratch #15101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 12, 2024
Merged
Prev Previous commit
Next Next commit
make fmt
  • Loading branch information
EdwardAngert committed Nov 1, 2024
commit 3665adaf4c615ee868fc5a1fbbb68210bc071792
8 changes: 5 additions & 3 deletions docs/tutorials/template-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ To follow this guide, you'll need:
[Docker](https://docs.docker.com/get-docker/) and [Coder](../install/index.md)
installed on it.

- 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.
- 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.

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

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

Expand Down