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