Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.2 KB

flyctlhelp.html.md

File metadata and controls

45 lines (29 loc) · 1.2 KB
title layout sitemap nav
Getting Flyctl
docs
false
firecracker

You are now in the Fly.io documentation where we have the information to help you get the file you need. You may want to check out the Quickstart Guide to Installing flyctl or continue on to the essentials as detailed for all platforms on this page.

Mac

If you are on a Mac with the Homebrew package manager installed, flyctl can be installed by running:

brew install flyctl

If not, you can run the install script:

curl -L https://fly.io/install.sh | sh

Linux

Run the install script:

curl -L https://fly.io/install.sh | sh

Windows

Run the Powershell install script:

iwr https://fly.io/install.ps1 -useb | iex

Other options

All the executable versions of flyctl for all platforms are available from the Github repository. Browse to the latest release view to view all available files.

Standalone executable files and archive/compressed files are available. If in doubt as to which one to use, use the install scripts above.