Skip to content

Installation

Download the binary from from the releases section of the GitHub repository.

Select the version that you want to use and download the binary that fits your operating system from the assets of the release. We recommend using the latest version.

Local Build

If you contribute to the btptf CLI or you need a fix that has not been added to a released version, you may want to do a local build:

  1. Open the code of the btptf CLI cloned from the GitHub repository in the VS Code Editor.

  2. We have set up a devcontainer, so reopen the repository in the devcontainer.

  3. Open a terminal in VS Code and install the binary by running make install. This will implicitly trigger a build of the source. If you want to build without install, execute make build.

  4. The system will store the binary as btptf (btptf.exe in case of Windows) in the default binary path of your Go installation $GOPATH/bin.

Tip

You find the value of the GOPATH via go env GOPATH