We don't have an official release of Flight yet, however, if you would like to give it a try, feel free to follow the steps below to build from source.
Prerequisites: Git, Yarn and/or NPM, NodeJS.
- Clone the github repository using the Github CLI.
> git clone https://github.com/flightpkg/flight- cd into the
flightdirectory.
> cd flight- Build the project into the
distdirectory.
> go build -o dist- cd into the
distdirectory.
cd distWindows:
------------
> flight.exe
Linux/Unix
------------
> ./flightThis project is licensed under Apache-2.0 - see the LICENSE.md file for details.
