Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweak docs a bit more
  • Loading branch information
aslilac committed Aug 30, 2023
commit fb39a0c48fcadadf1b7ffe01a18096e464c5528a
13 changes: 10 additions & 3 deletions docs/install/install.sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,27 @@ and macOS.

To install, run:

```bash
```console
# This is will automatically use supported package managers when available
curl -fsSL https://coder.com/install.sh | sh
```

To install without using a system package manager:

```console
curl -fsSL https://coder.com/install.sh | sh -s -- --method standalone
```

You can preview what occurs during the install process:

```bash
```console
curl -fsSL https://coder.com/install.sh | sh -s -- --dry-run
```

You can modify the installation process by including flags. Run the help command
for reference:

```bash
```console
curl -fsSL https://coder.com/install.sh | sh -s -- --help
```

Expand Down
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"description": "System packages for Debian, Ubuntu, Fedora, CentOS, RHEL, SUSE, and Alpine",
"path": "./install/packages.md"
},
{
"title": "macOS",
"description": "Install Coder using our Homebrew tap",
"path": "./install/macos.md"
},
{
"title": "Kubernetes",
"description": "Install Coder with Kubernetes via Helm",
Expand Down