Skip to content

Commit

Permalink
Merge pull request #1131 from abitrolly/patch-1
Browse files Browse the repository at this point in the history
Add an example of skipping requirement on Linux
  • Loading branch information
MikeMcQuaid authored Oct 6, 2022
2 parents b70b51d + d9e5ce5 commit cf8a861
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ brew "imagemagick"
brew "denji/nginx/nginx-full", args: ["with-rmtp"], restart_service: :changed
# 'brew install', always 'brew services restart', 'brew link', 'brew unlink mysql' (if it is installed)
brew "[email protected]", restart_service: true, link: true, conflicts_with: ["mysql"]
# install only on specified OS
brew "gnupg" if OS.mac?
brew "glibc" if OS.linux?

# 'brew install --cask'
cask "google-chrome"
Expand Down

0 comments on commit cf8a861

Please sign in to comment.