Skip to content

Update install-flyctl.html.markerb #1352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions hands-on/install-flyctl.html.markerb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ If not, you can run the install script:

```cmd
curl -L https://fly.io/install.sh | sh
{ echo 'export PATH="$PATH:$HOME/.fly/bin/"'; cat $HOME/.bashrc; } > bashrc.new && cp -pf bashrc.new $HOME/.bashrc && rm bashrc.new || echo "Some part of adding Fly.io binaries to $PATH failed!"
```
If you used curl to install flyctl, then you need to add the flyctl directory to your shell rc file. Check the output of the install script for the entries to copy and paste into the file. Now you can use the `flyctl` command from any directory. Or for maximum efficiency, you can use the `fly` command!

Expand Down