Skip to content

Commit ddbc8cc

Browse files
committed
docs: update faq for getting started override
1 parent 1c2da6d commit ddbc8cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [Does code-server have any security login validation?](#does-code-server-have-any-security-login-validation)
3333
- [Are there community projects involving code-server?](#are-there-community-projects-involving-code-server)
3434
- [How do I change the port?](#how-do-i-change-the-port)
35+
- [How do I hide the coder/coder promotion?](#how-do-i-hide-the-codercoder-promotion)
3536

3637
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
3738
<!-- prettier-ignore-end -->
@@ -418,3 +419,7 @@ There are two ways to change the port on which code-server runs:
418419

419420
1. with an environment variable e.g. `PORT=3000 code-server`
420421
2. using the flag `--bind-addr` e.g. `code-server --bind-addr localhost:3000`
422+
423+
## How do I hide the coder/coder promotion?
424+
425+
You can pass the flag `--disable-getting-started-override` to `code-server`.

0 commit comments

Comments
 (0)