Gemfury CLI is available on a number of platforms. Each one comes with its own installation tools & method:
macOS & Homebrew
Use Homebrew on your macOS device to install Gemfury CLI as follows:
$ brew tap gemfury/tap
$ brew install fury-cli
You can later update to the latest version by running:
$ brew update
$ brew upgrade fury-cli
Linux & DEB
Create a fury-cli.list
file in the /etc/apt/sources.list.d
directory. You will need sudo access to make these changes.
# /etc/apt/sources.list.d/fury-cli.list
deb [trusted=yes] https://apt.fury.io/cli/ * *
Or use this “one-liner”:
echo "deb [trusted=yes] https://apt.fury.io/cli/ * *" > \
/etc/apt/sources.list.d/fury-cli.list
You can then install the CLI with:
$ apt-get update
$ apt-get install fury-cli
Other platforms
Download and unarchive the appropriate executable manually from the releases page.
Once unarchived, place the fury
file in your PATH, and allow executable
permissions:
$ chmod +x fury
Verify installation
Test it out by checking the version of the newly installed or upgraded CLI:
$ fury version