docs: add macOS installation page (#9443)

This commit is contained in:
Kayla Washburn
2023-08-30 14:37:51 -06:00
committed by GitHub
parent 53a5f18ba4
commit d2462e5b88
4 changed files with 50 additions and 3 deletions

View File

@@ -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
```