Easy steps to install ghr package on Mac
Package Information:
Application Name – ghr
What is ghr – Not Available for ghr
Use of ghr – Upload multiple artifacts to GitHub Release in parallel
URL – https://tcnksm.github.io/ghr
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install ghr using brew
brew install ghr
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
ghr is ready to use now!