# Setup / Installation of vREST NG CLI

To setup/install the vREST NG CLI utility, follow the steps below:

  1. Download the utility
  2. Follow the setup instructions

# Download:

You may download the desired vREST NG CLI binary by visiting the below link:

Download vREST NG CLI(opens new window)

# Setup / Installation:

  1. For Windows Machine

    a. This exe file can be executed on the command prompt. So, double mouse click on the downloaded file will not help in executing the test cases.

    b. First, move the downloaded binary file to the directory of your choice

    c. Rename the binary file to just vrest-ng-cli with the following command:

     C:\dir\path> move vrest_ng_cli_win_x_y_z.exe vrest-ng-cli.exe
    

    d. Optional Now add this binary file in your execution path by setting the environment variable PATH.

  2. For Linux / Mac Machine a. First, move the downloaded binary file to the directory of your choice

    b. Rename the binary file to just vREST NG CLI with the following command:

    $ mv vrest_ng_cli_linux_x_y_z vrest-ng-cli
    

    c. Make it executable by executing the following command:

    $ chmod +x vrest-ng-cli
    

    d. Now add this binary file to your execution path.