Skip to content

Commit 6d0579d

Browse files
author
Katie Horne
authored
chore: sync readme and install (#2442)
1 parent a19493b commit 6d0579d

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,28 @@ Coder creates remote development machines so your team can develop from anywhere
3333
> **Note**:
3434
> Coder is in an alpha state. [Report issues here](https://github.com/coder/coder/issues/new).
3535
36-
There are a few ways to install Coder: [install script](https://coder.com/docs/coder-oss/latest/install#installsh) (macOS, Linux), [docker-compose](https://coder.com/docs/coder-oss/latest/install#docker-compose), or [manually](https://coder.com/docs/coder-oss/latest/install#manual) via the latest release (macOS, Windows, and Linux).
36+
The easiest way to install Coder is to use our [install script](https://github.com/coder/coder/blob/main/install.sh) for Linux and macOS.
3737

38-
If you use the install script, you can preview what occurs during the install process:
38+
To install, run:
3939

40-
```sh
41-
curl -fsSL https://coder.com/install.sh | sh -s -- --dry-run
40+
```bash
41+
curl -L https://coder.com/install.sh | sh
4242
```
4343

44-
To install, run:
44+
You can preview what occurs during the install process:
4545

46-
```sh
47-
curl -fsSL https://coder.com/install.sh | sh
46+
```bash
47+
curl -L https://coder.com/install.sh | sh -s -- --dry-run
4848
```
4949

50+
You can modify the installation process by including flags. Run the help command for reference:
51+
52+
```bash
53+
curl -L https://coder.com/install.sh | sh -s -- --help
54+
```
55+
56+
> See [install](docs/install.md) for additional methods.
57+
5058
Once installed, you can start a production deployment with a single command:
5159

5260
```sh

0 commit comments

Comments
 (0)