Simplify mise and Homebrew setup docs#61
Open
AlternateRT wants to merge 1 commit into
Open
Conversation
For mise, point users towards the aqua backend, which is the preferred method for installing tools as it does not require any plugins - this also simplifies the upgrade mechanism For Homebrew, point users towards the official formula from `homebrew/core` - in addition, this offers pre-compiled binaries for Intel macOS
Member
|
Wow, great work on this @AlternateRT! I'm happy to see Dexter in Homebrew core! I'll give this a test myself and then merge. I have a few Dexter things I want to take care of this week, including the next release, so I will add this to my list. The only concern I have with the Mise Aqua change is slowing down the speed at which we can release things, since we'd rely on how long it takes to merge things into Homebrew and Aqua. But the benefits here seem to outweigh the costs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For mise, point users towards the aqua backend, which is the preferred method for installing tools as it does not require any plugins - this also simplifies the upgrade mechanism
For Homebrew, point users towards the official formula from
homebrew/core- in addition, this offers pre-compiled binaries for Intel macOSNote
Low Risk
Documentation-only updates adjusting install/upgrade commands; no runtime or API behavior changes.
Overview
Updates
README.mdsetup docs to prefermise'saqua:remoteoss/dexter@latestinstall/upgrade flow (removing the plugin-based steps) and to use the Homebrew core formula (brew install dexter-lsp). Also fixes the mise documentation link used in the editor setup section.Reviewed by Cursor Bugbot for commit cc3f73f. Bugbot is set up for automated code reviews on this repo. Configure here.