From 7d56878f55343a3f4dea76f0a9ccc5d5dac11a81 Mon Sep 17 00:00:00 2001 From: Lee Salminen Date: Fri, 19 Aug 2022 16:33:17 -0600 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index cc44fcdec..e355e6081 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -99,9 +99,9 @@ docker run --detach --publish 5000:5000 --name lnbits-legend --volume ${PWD}/.en Fly.io is a docker container hosting platform that has a generous free tier. You can host LNBits for free on Fly.io for personal use. -First, sign up for an account at (Fly.io)[https://fly.io] (no credit card required). +First, sign up for an account at [Fly.io](https://fly.io) (no credit card required). -Then, install the Fly.io CLI onto your device (here)[https://fly.io/docs/getting-started/installing-flyctl/] +Then, install the Fly.io CLI onto your device [here](https://fly.io/docs/getting-started/installing-flyctl/). Once installed, run these commands.