Adding FlavorCLI to PATH
If you want to be able to use FlavorCLI anywhere by typing flavor, you must add FlavorCLI to PATH. There are two ways to do this.
Using the install script.
The install script will move FlavorCLI to a new directory and add it to PATH. This is the easiest way to do so, and all you need to do is download the script and execute it in the same directory that you have the program in. The ZIP file you download comes with the script along with it.
Manually
If you don't want to use the install script, simple follow the following steps:
Move the binary to a folder somewhere. We use
~/binon linux and%USERPROFILE%\.local\binon windows.
On Linux
Run
export PATH=$PATH:/path/to/the/directory/
On Windows
Type "Edit the Environment Variables for Your Account" in search
Find the variable named "Path"
Click "Edit"
Click "New"
Click "Browse"
Add the directory
OK out of everything
Last updated