docs: update Homebrew installation instructions for Stretchly#1787
Open
fernandascovino wants to merge 1 commit into
Open
docs: update Homebrew installation instructions for Stretchly#1787fernandascovino wants to merge 1 commit into
fernandascovino wants to merge 1 commit into
Conversation
Removed the --no-quarantine flag from the Homebrew installation command and added a note for macOS users regarding Gatekeeper.
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.
Removed the --no-quarantine flag from the Homebrew installation command and added a note for macOS users regarding Gatekeeper.
Issue: N/A (Minor documentation update)
Requirements
nodeversion specified inpackage.jsonwas used (ie using nvm).npm install --no-save).npm run lintreports no offenses.npm run testis error-free.Note on unchecked boxes: I left some boxes unchecked because this is strictly a documentation update to the
README.mdfile. No application code, dependencies, or test suites were modified, and an issue was not opened prior since this is a quick fix for a broken installation command.Description of the Change
Homebrew recently disabled the
--[no-]quarantineswitch. As a result, users attempting to install Stretchly using the command currently provided in the README encounter the following error:Error: Calling the --[no-]quarantine switch is disabled! There is no replacement.This PR fixes the documentation by:
--no-quarantineflag from the Homebrew installation command.System Settings > Privacy & Security.Verification Process
brew install --cask hovancik/stretchly/stretchlycommand locally on macOS to verify it successfully downloads and installs the app without throwing the Homebrew switch error.README.mdmarkdown changes to ensure correct formatting and readability.Other information
This is a documentation-only pull request aimed at improving the onboarding experience for new macOS users.