Skip to content
Merged
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
blah
  • Loading branch information
aslilac committed Aug 30, 2023
commit 4539883fa05c7cd9aa7265fa0cb3b044f9ef9dba
9 changes: 5 additions & 4 deletions docs/install/macos.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# macOS

You can use [Homebrew](https://brew.sh) to install the `coder` command.
Homebrew is recommended, but you can also use our [install script](./install.sh.md)
or download a [standalone binary](./binary.md).
You can use [Homebrew](https://brew.sh) to install the `coder` command. Homebrew
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this whole doc should go in the system packages section.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see both sides. I think it's nice to give macOS parity with Windows by giving users of them each an obvious page to look at.

is recommended, but you can also use our [install script](./install.sh.md) or
download a [standalone binary](./binary.md).

1. Install Coder from our official [Homebrew tap](https://github.com/coder/homebrew-coder)
1. Install Coder from our official
[Homebrew tap](https://github.com/coder/homebrew-coder)

```console
brew install coder/coder/coder
Expand Down