Installing Fly - fly-lang/fly GitHub Wiki
Howto Download and Install the package for your environment.
Download
Download latest Fly version from releases by choosing your operating system version. After download the file continue with installation by following instructions.
Install
Windows
Extract the zip archive you downloaded and run:
.\fly.exe --version
Print the installed version.
Linux
Extract the gzip archive you downloaded (substitute X.X.X with your version):
tar -zxf fly-X.X.X-linux-x86_64.tar.gz
Print the installed version.
./fly --version
macOS
Extract the gzip archive you downloaded (substitute X.X.X with your version):
tar -zxf fly-X.X.X-macos-x86_64.tar.gz
Print the installed version.
./fly --version