From 827ef6e3904dc75f870fde1a4d29278e50eaf137 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Mon, 1 Jan 2024 11:48:09 +1100 Subject: [PATCH] add fly instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c7119d..30e356b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ See https://github.com/jpillora/installer/issues/31 for how this could improved * Install on [Fly.io](https://fly.io) + * Clone this repo + * Setup the `fly` CLI tool + * Create a new app + * Replace `app = "installer"` in `fly.toml` with your app name + * Run `fly deploy` + ## Force a particular `user/repo` In some cases, people want an installer server for a single tool