Last active
February 22, 2023 14:23
-
-
Save DiegoFleitas/2e829c11dd0a03939a5e4b91564265da to your computer and use it in GitHub Desktop.
fly-cli install (gh codespaces)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L https://fly.io/install.sh | sh | |
export FLYCTL_INSTALL="/home/codespace/.fly" | |
export PATH="$FLYCTL_INSTALL/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment