Skip to content

cli: add --home flag to customize "Go Home" button #2435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 15, 2020
Prev Previous commit
Next Next commit
chore: format FAQ
  • Loading branch information
jsjoeio committed Dec 14, 2020
commit 90aa6f2ee4a152ec83e67b5a743ba3d547e92619
1 change: 1 addition & 0 deletions doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down