Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.46 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.46 KB

Atlan Homebrew Tap

brew tap atlanhq/atlan

macOS architectures supported macOS architectures supported Linux architectures supported

Documentation

Visit https://developer.atlan.com for available formulae.

Usage

Homebrew Installation

  • On macOS, install Xcode Command Line Utilities:
xcode-select --install
  • On Linux, install cURL and Git:
# Using APT
sudo apt-get install -y curl git

# Using Yum
sudo yum install -y curl git
  • Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • If previously installed, update homebrew and the formulae:
brew update

Add This Tap

Fetch the formulae in this tap:

brew tap atlanhq/atlan

Install Latest Atlan CLI Version

brew install atlan