From 90aa6f2ee4a152ec83e67b5a743ba3d547e92619 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 10 Dec 2020 10:43:18 -0700 Subject: [PATCH] chore: format FAQ --- doc/FAQ.md | 1 + 1 file changed, 1 insertion(+) 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 ```