From e41cb2a7e93232504f7a97ed761da3ad27a85f84 Mon Sep 17 00:00:00 2001 From: Kyle McLaren Date: Thu, 4 Apr 2024 11:18:03 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afdd258..5aa6b3b 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ A demo running [Ollama](https://github.com/ollama/ollama) and [Open WebUI](https ## Deploy +> [!NOTE] +> Running this requires the latest version of [flyctl](https://github.com/superfly/flyctl) + ```bash -fly apps create [app_name] -fly deploy +fly launch --from https://github.com/fly-apps/ollama-open-webui ``` That's it! When you visit `https://[app].fly.dev` you should see the Open WebUI interface where you can log in and create the initial admin user.