Download
You can install the Cloud MTA Build Tool (MBT) using either of these methods below:
Install manually
- Download the latest binary file according to your operating system.
    // Example for Darwin/Linux: 
    wget https://github.com/SAP/cloud-mta-build-tool/releases/download/<LATEST>/cloud-mta-build-tool_<LATEST>_Linux_amd64.tar.gz
- Extract the archive file to the folder where you want to install the tool.
//Example for Darwin/Linux:
  tar xvzf cloud-mta-build-tool_LATEST_Linux_amd64.tar.gz
- 
Add the binary file to your ~/binpath according to your operating system:- 
In Darwin / Linux, copy the binary file to the ~/usr/local/bin/folder, for example:cp mbt /usr/local/bin/
- 
In Windows, copy the mbt.exebinary file to theC:/Windows/folder.
 
- 
Install using npm
Run the command below.
npm install -g mbt