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
docs: fix typo in docs
  • Loading branch information
jsjoeio committed Dec 14, 2020
commit f84174e331599bc50de39af6f62d19755d413f2a
2 changes: 1 addition & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ The default location also respects `$XDG_CONFIG_HOME`.

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
```

Or you can define it in the config file with `home`.
Expand Down