From ae720495a6bf228e0ea44bbbbba4dd72dbe96358 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 1 Mar 2023 12:52:21 +0100 Subject: [PATCH] docs: enabling the auto-updater --- docs/operators/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index c50cc0e..7f2ce63 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -283,9 +283,9 @@ MAILFROM=noreply@example.com 30 4 * * * root ~/kadabra upgrade --all EOF - ``` +Add `ENABLE_AUTO_UPDATE=true` to the env config (`abra app config `) to enable the auto-updater for a specific app. ## Finishing up