Skip to content
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

Update fly.md #512

Merged
merged 1 commit into from
Nov 27, 2024
Merged
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
4 changes: 2 additions & 2 deletions docs/install/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order to deploy Actual to Fly.io, you’ll need to use their command line int
Fly.io has a "pay as you go" plan for new users with no monthly fee, with actual usage billed monthly. Paid plans start at $5/month and include a limited amount of free compute. See [Pricing Details](https://fly.io/docs/about/pricing/) for more information.

To begin, you’ll need to sign up for an account. Go to [fly.io](https://fly.io) and click “Get Started,” then fill in
the form. Note that Fly requires that credit card details for sign up. See [their docs on how they use credit cards](https://fly.io/docs/about/credit-cards/) for more information.
the form. Note that Fly requires you to provide credit card details for sign up. See [their docs on how they use credit cards](https://fly.io/docs/about/credit-cards/) for more information.

### Accessing the `fly` command line tool

Expand Down Expand Up @@ -144,7 +144,7 @@ You can now visit your very own instance of Actual by opening the link on the la

## Configuring Actual

Now that Actual has been launched, you should now be able to navigate to Actual using the URL
Now that Actual has been launched, you should be able to navigate to Actual using the URL
provided by the Fly command above earlier.

<details><summary>Forgot the URL? Here’s how to find it</summary>
Expand Down