Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 801 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 801 Bytes

homebrew-cortex

This is the official Homebrew tap for Cortex. You can use it to install Cortex on MacOS and Linux using Homebrew.

Install

To install Cortex with Homebrew, aka. brew, run the following commands:

brew tap janhq/cortexso
brew install cortexso

If you want to install a specific release, you can include the version in the command. You can also view the list of releases here.

brew install [email protected]

Upgrade

To upgrade, it is recommended that you run the brew upgrade command.

brew upgrade cortexso

Uninstall

If you want to uninstall Cortex, run the following commands:

brew uninstall cortexso
brew untap janhq/cortexso