mirror of
https://github.com/coder/coder.git
synced 2025-08-01 08:28:48 +00:00
docs: add macOS installation page (#9443)
This commit is contained in:
@@ -4,20 +4,27 @@ and macOS.
|
||||
|
||||
To install, run:
|
||||
|
||||
```bash
|
||||
```shell
|
||||
# This will automatically use supported package managers when available
|
||||
curl -fsSL https://coder.com/install.sh | sh
|
||||
```
|
||||
|
||||
To install without using a system package manager:
|
||||
|
||||
```shell
|
||||
curl -fsSL https://coder.com/install.sh | sh -s -- --method standalone
|
||||
```
|
||||
|
||||
You can preview what occurs during the install process:
|
||||
|
||||
```bash
|
||||
```shell
|
||||
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
|
||||
```shell
|
||||
curl -fsSL https://coder.com/install.sh | sh -s -- --help
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user