From 3647245ea437c86511235d1874c3e84948e7be7f Mon Sep 17 00:00:00 2001 From: notplants Date: Fri, 20 Feb 2026 13:01:45 -0500 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1945486..36ff97f 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ * `abra app config ` * `abra app deploy ` * `abra app cmd backend migrate` -* Minio buckets are created automatically on first deploy. To manually trigger: `abra app cmd minio minio_initialize` You should then be able to visit the landing page of your app, but not yet to login. To login, you need to deploy and integrate single sign on (described below in the "Configure Authentication" section). +Minio buckets are created automatically on first deploy. To manually trigger: `abra app cmd minio minio_initialize` ## Configure Authentication