From ec15262e2796d152ff9a94c42992f583b02ce783 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sat, 30 Jul 2022 08:52:04 +0200 Subject: [PATCH] Tweak docs --- docs/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install.md b/docs/install.md index e1bd495..f898adb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -26,6 +26,12 @@ Run the configuration wizard. make config ``` +Update `data/profile.toml` and add this line: + +```toml +trusted_hosts = ["*"] +``` + Build static assets. ```bash