Skip to content

Instantly share code, notes, and snippets.

@DiegoFleitas
Last active February 22, 2023 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DiegoFleitas/2e829c11dd0a03939a5e4b91564265da to your computer and use it in GitHub Desktop.
Save DiegoFleitas/2e829c11dd0a03939a5e4b91564265da to your computer and use it in GitHub Desktop.
fly-cli install (gh codespaces)
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