Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d0579d

Browse files
author
Katie Horne
authored
chore: sync readme and install (#2442)
1 parenta19493b commit6d0579d

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

‎README.md

Lines changed: 15 additions & 7 deletions
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 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.
3737

38-
If you use theinstall script, you can preview what occurs during the install process:
38+
Toinstall, 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-
Toinstall, run:
44+
You can preview what occurs during theinstall 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)

[8]ページ先頭

©2009-2025 Movatter.jp