-
Notifications
You must be signed in to change notification settings - Fork 5
Description
We should consider adding a cask to our existing tap to enhance the installation and update process for Coder Desktop on macOS. This will allow users to install and manage Coder Desktop seamlessly via Homebrew.
Desired Solution
Integrate Coder Desktop into our homebrew-coder tap by adding a cask. This will enable users to install and update the application using Homebrew commands:
brew install --cask coder/coder/coder-desktopFor updates:
brew upgrade --cask coder-desktopImplementation Requirements
-
Develop a formula for Coder Desktop and add it to the
Casksdirectory in the homebrew-coder repository. -
Update docs on installing Coder Desktop for Mac via homebrew. @EdwardAngert
By leveraging our existing Homebrew tap, we can provide users with a more streamlined and efficient method for installing and maintaining Coder Desktop on macOS.