Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 840 Bytes

installing.md

File metadata and controls

33 lines (20 loc) · 840 Bytes

Reactotron comes in two versions. A desktop version and a CLI.

Installing the OS X Application

Via Direct Download

Download OS X App from GitHub release and drop the Reactotron.app to the Applications folder.

Via Homebrew

Reactotron is also available via Homebrew Cask package manager. To ensure you get the latest version, update Homebrew first:

brew update

Then simply type:

brew cask install reactotron

Install the CLI

If you like to kick it old-school and use the terminal, Reactotron is available via NPM.

To install globally:

npm install -g reactotron-cli

In order to pickup updates going forward, you can type the same command again.