diff --git a/doc/FAQ.md b/doc/FAQ.md index fdc15e60..06c5c4c5 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -290,6 +290,7 @@ The default location also respects `$XDG_CONFIG_HOME`. ## How do I customize the "Go Home" button? You can pass a URL to the `--home` flag like this: + ``` code-server --home=https://my-website.com ```