chore: format FAQ

This commit is contained in:
Joe Previte 2020-12-10 10:43:18 -07:00
parent b1282b9707
commit 90aa6f2ee4
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

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