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:

  1. Move the binary to a folder somewhere. We use ~/bin on linux and %USERPROFILE%\.local\bin on windows.

On Linux

  1. Run export PATH=$PATH:/path/to/the/directory/

On Windows

  1. Type "Edit the Environment Variables for Your Account" in search

  2. Find the variable named "Path"

  3. Click "Edit"

  4. Click "New"

  5. Click "Browse"

  6. Add the directory

  7. OK out of everything

Last updated