You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,28 @@ Coder creates remote development machines so your team can develop from anywhere
33
33
>**Note**:
34
34
>Coder is in an alpha state.[Report issues here](https://github.com/coder/coder/issues/new).
35
35
36
-
There are a few waysto 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,andLinux).
36
+
The easiest wayto install Coder is to use our[install script](https://github.com/coder/coder/blob/main/install.sh) for LinuxandmacOS.
37
37
38
-
If you use theinstall script, you can preview what occurs during the install process:
38
+
Toinstall, run:
39
39
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
42
42
```
43
43
44
-
Toinstall, run:
44
+
You can preview what occurs during theinstall process:
45
45
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
48
48
```
49
49
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
+
50
58
Once installed, you can start a production deployment with a single command: