Open
Conversation
One-line installation Example on my mac (output) ``` ➜ brew install scraly/tools/gophersay Running `brew update --preinstall`... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/core and homebrew/cask). ==> New Formulae nerdctl ==> Updated Formulae Updated 4 formulae. ==> Updated Casks Updated 1 cask. ==> Tapping scraly/tools Cloning into '/usr/local/Homebrew/Library/Taps/scraly/homebrew-tools'... remote: Enumerating objects: 18, done. remote: Counting objects: 100% (18/18), done. remote: Compressing objects: 100% (15/15), done. remote: Total 18 (delta 3), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (18/18), done. Resolving deltas: 100% (3/3), done. Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the scraly/tools tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/scraly/homebrew-tools/gophersay.rb:9 Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the scraly/tools tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/scraly/homebrew-tools/tools.rb:9 Tapped 2 formulae (14 files, 11.4KB). ==> Downloading https://github.com/scraly/gophersay/releases/download/v1.0.1/gop ==> Downloading from https://objects.githubusercontent.com/github-production-rel ######################################################################## 100.0% ==> Installing gophersay from scraly/tools Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the scraly/tools tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/scraly/homebrew-tools/gophersay.rb:9 Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the scraly/tools tap (not Homebrew/brew or Homebrew/core): /usr/local/Homebrew/Library/Taps/scraly/homebrew-tools/gophersay.rb:9 🍺 /usr/local/Cellar/gophersay/1.0.1: 5 files, 1.5MB, built in 9 seconds ==> Running `brew cleanup gophersay`... Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP. Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`). ~ took 26s ```
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.
One-line installation
Example on my mac (output)