migraine logoMigraine

Getting Started

A guide to getting started with Migraine.

Installation

Prerequisites

  • Operating System: macOS (Apple Silicon/Intel) or Linux
  • Required tools: Either curl or wget for shell script installation

Installation Methods

# Add the Homebrew tap
brew tap tesh254/migraine https://github.com/tesh254/homebrew-migraine

# Install migraine
brew install migraine

2. Shell Script

Using curl:

curl -sSL https://raw.githubusercontent.com/tesh254/migraine/main/install.sh | bash

Using wget:

wget -qO- https://raw.githubusercontent.com/tesh254/migraine/main/install.sh | bash

Verify Installation

# Check if migraine is installed correctly
migraine --version

mgr --version

Getting Updates

  • To update the CLI you will need to run the command based on what you used initially to install it
# Homebrew update
brew update && brew upgrade migraine

# Wget & Curl
wget -qO- https://raw.githubusercontent.com/tesh254/migraine/main/install.sh | bash

wget -qO- https://raw.githubusercontent.com/tesh254/migraine/main/install.sh | bash

On this page