rembrembdocs

Installation

How to install the OutRay CLI

You can install the OutRay CLI globally using npm. This is the recommended way to install OutRay as it allows you to run the outray command from anywhere in your terminal.

Run the following command in your terminal:

npm install -g outray

To verify that OutRay has been installed successfully, run:

outray --version

You should see the version number of the installed CLI.

To update OutRay to the latest version, simply run the install command again:

npm install -g outray@latest

If you need to remove OutRay from your system:

npm uninstall -g outray