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.
Prerequisites
- Node.js (version 18 or higher)
- npm (comes with Node.js)
Install via npm
Run the following command in your terminal:
npm install -g outrayVerify Installation
To verify that OutRay has been installed successfully, run:
outray --versionYou should see the version number of the installed CLI.
Updating
To update OutRay to the latest version, simply run the install command again:
npm install -g outray@latestUninstalling
If you need to remove OutRay from your system:
npm uninstall -g outray